Home
last modified time | relevance | path

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

/crypto/
Ddrbg.c242 const unsigned char *entropy) in drbg_fips_continuous_test() argument
259 memcpy(drbg->prev, entropy, entropylen); in drbg_fips_continuous_test()
264 ret = memcmp(drbg->prev, entropy, entropylen); in drbg_fips_continuous_test()
267 memcpy(drbg->prev, entropy, entropylen); in drbg_fips_continuous_test()
1053 unsigned char *entropy, in drbg_get_random_bytes() argument
1059 get_random_bytes(entropy, entropylen); in drbg_get_random_bytes()
1060 ret = drbg_fips_continuous_test(drbg, entropy); in drbg_get_random_bytes()
1075 unsigned char entropy[32]; in drbg_async_seed() local
1079 BUG_ON(entropylen > sizeof(entropy)); in drbg_async_seed()
1081 drbg_string_fill(&data, entropy, entropylen); in drbg_async_seed()
[all …]
Dtestmgr.h129 const unsigned char *entropy; member
19631 .entropy = (unsigned char *)
19665 .entropy = (unsigned char *)
19705 .entropy = (unsigned char *)
19742 .entropy = (unsigned char *)
19789 .entropy = (unsigned char *)
19823 .entropy = (unsigned char *)
19863 .entropy = (unsigned char *)
19900 .entropy = (unsigned char *)
19947 .entropy = (unsigned char *)
[all …]
DKconfig499 IV, making low entropy IV sources more suitable for block
Dtestmgr.c3389 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test()