Searched refs:ccdigest_update (Results 1 – 8 of 8) sorted by relevance
| /xnu-10002.81.5/osfmk/prng/ |
| H A D | prng_random.c | 67 ccdigest_update(di, ctx, sizeof(seed), seed); in bootseed_init_bootloader() 88 ccdigest_update(di, ctx, sizeof(x), &x); in bootseed_init_native() 102 ccdigest_update(di, ctx, sizeof(x), &x); in bootseed_init_native()
|
| /xnu-10002.81.5/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-10002.81.5/osfmk/conf/ |
| H A D | Makefile.arm64 | 14 ccdigest_update.o \
|
| H A D | Makefile.template | 95 ccdigest_update.o_CWARNFLAGS_ADD += -Wno-cast-align
|
| H A D | files | 351 osfmk/corecrypto/ccdigest_update.c standard
|
| /xnu-10002.81.5/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccdigest.h | 80 void ccdigest_update(const struct ccdigest_info *di, ccdigest_ctx_t ctx,
|