Home
last modified time | relevance | path

Searched defs:entropy (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dccdrbg.h48 size_t entropyLength, const void* entropy, in ccdrbg_init()
60 size_t entropyLength, const void *entropy, in ccdrbg_reseed()
/xnu-8020.101.4/tests/
H A Dentropy.c24 entropy_sample_t *entropy = calloc(entropy_count, sizeof(entropy_sample_t)); variable
H A DMakefile904 entropy: OTHER_CFLAGS += -framework perfdata target
/xnu-8020.101.4/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c142 const void *entropy, in init()
179 reseed(struct ccdrbg_state *ctx, size_t entropy_nbytes, const void *entropy, size_t add_nbytes, con… in reseed()
/xnu-8020.101.4/osfmk/prng/
H A Dentropy.c477 entropy_provide(size_t *entropy_size, void *entropy, __unused void *arg) in entropy_provide()
/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c5466 uint64_t entropy[limit]; in exec_add_entropy_key() local