Home
last modified time | relevance | path

Searched refs:cchmac (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.81.4/osfmk/prng/
H A Dprng_random.c171 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 Dcchmac.c42 cchmac(const struct ccdigest_info *di, in cchmac() function
H A Dccdrbg_nisthmac.c125 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 Dcchkdf.c59 cchmac(di, salt_nbytes, salt, ikm_nbytes, ikm, prk); in cchkdf_extract()
/xnu-12377.81.4/osfmk/conf/
H A DMakefile.arm6417 cchmac.o \
H A DMakefile.template265 cchmac.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles391 osfmk/corecrypto/cchmac.c standard
/xnu-12377.81.4/EXTERNAL_HEADERS/corecrypto/
H A Dcchmac.h63 void cchmac(const struct ccdigest_info *di, size_t key_len,