Searched refs:cchmac (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.81.4/osfmk/prng/ |
| H A D | prng_random.c | 171 cchmac(di, SEED_SIZE, zero_salt, 2 * SEED_SIZE, combined_input, earlyseed); in bootseed_init() 176 cchmac(di, SEED_SIZE, zero_salt, 2 * SEED_SIZE, combined_input, entropyseed); in bootseed_init() 181 cchmac(di, SEED_SIZE, zero_salt, 2 * SEED_SIZE, combined_input, kprng_reseed); in bootseed_init()
|
| /xnu-12377.81.4/osfmk/corecrypto/ |
| H A D | cchmac.c | 42 cchmac(const struct ccdigest_info *di, in cchmac() function
|
| H A D | ccdrbg_nisthmac.c | 125 cchmac(info, outlen, drbg_ctx->key, outlen, drbg_ctx->V, drbg_ctx->V); in update() 237 cchmac(info, outlen, drbg_ctx->key, outlen, drbg_ctx->V, drbg_ctx->V); in generate()
|
| H A D | cchkdf.c | 59 cchmac(di, salt_nbytes, salt, ikm_nbytes, ikm, prk); in cchkdf_extract()
|
| /xnu-12377.81.4/osfmk/conf/ |
| H A D | Makefile.arm64 | 17 cchmac.o \
|
| H A D | Makefile.template | 265 cchmac.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | files | 391 osfmk/corecrypto/cchmac.c standard
|
| /xnu-12377.81.4/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cchmac.h | 63 void cchmac(const struct ccdigest_info *di, size_t key_len,
|