Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rand/
Dctrdrbg.c107 uint8_t entropy_copy[CTR_DRBG_ENTROPY_LEN]; in CTR_DRBG_reseed() local
114 OPENSSL_memcpy(entropy_copy, entropy, CTR_DRBG_ENTROPY_LEN); in CTR_DRBG_reseed()
116 entropy_copy[i] ^= additional_data[i]; in CTR_DRBG_reseed()
119 entropy = entropy_copy; in CTR_DRBG_reseed()