Searched refs:entropy_copy (Results 1 – 1 of 1) sorted by relevance
107 uint8_t entropy_copy[CTR_DRBG_ENTROPY_LEN]; in CTR_DRBG_reseed() local114 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()