Searched refs:ccdigest_update (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.121.6/osfmk/corecrypto/ |
| H A D | cchmac_update.c | 45 ccdigest_update(di, cchmac_digest_ctx(di, hc), data_len, data); in cchmac_update()
|
| H A D | cchmac_init.c | 66 ccdigest_update(di, cchmac_digest_ctx(di, hc), key_len, key); in cchmac_init()
|
| H A D | ccdigest_update.c | 41 ccdigest_update(const struct ccdigest_info *di, ccdigest_ctx_t ctx, size_t len, const void *data) in ccdigest_update() function
|
| /xnu-11417.121.6/osfmk/prng/ |
| H A D | prng_random.c | 97 ccdigest_update(di, ectx_left, SEED_SIZE, src); in wide_hash() 102 ccdigest_update(di, ectx_left, sizeof(counter), &counter); in wide_hash() 106 ccdigest_update(di, ectx_right, sizeof(counter), &counter); in wide_hash()
|
| /xnu-11417.121.6/osfmk/conf/ |
| H A D | Makefile.arm64 | 15 ccdigest_update.o \
|
| H A D | Makefile.template | 161 ccdigest_update.o_CWARNFLAGS_ADD += -Wno-cast-align
|
| H A D | files | 383 osfmk/corecrypto/ccdigest_update.c standard
|
| /xnu-11417.121.6/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccdigest.h | 80 void ccdigest_update(const struct ccdigest_info *di, ccdigest_ctx_t ctx,
|