Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/prng/
H A Dentropy.c96 SHA256_CTX sha256_ctx; member
506 SHA256_Init(&entropy_data.sha256_ctx); in entropy_provide()
542 SHA256_Update(&entropy_data.sha256_ctx, e->samples, cpu_sample_count * sizeof(e->samples[0])); in entropy_provide()
579 SHA256_Final(entropy, &entropy_data.sha256_ctx); in entropy_provide()
580 SHA256_Init(&entropy_data.sha256_ctx); in entropy_provide()