Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.h96 unsigned char *entropy; member
20812 .entropy = (unsigned char *)
20846 .entropy = (unsigned char *)
20886 .entropy = (unsigned char *)
20923 .entropy = (unsigned char *)
20970 .entropy = (unsigned char *)
21004 .entropy = (unsigned char *)
21044 .entropy = (unsigned char *)
21081 .entropy = (unsigned char *)
21128 .entropy = (unsigned char *)
[all …]
Ddrbg.c1062 unsigned char *entropy = NULL; in drbg_seed() local
1094 entropy = kzalloc(entropylen, GFP_KERNEL); in drbg_seed()
1095 if (!entropy) in drbg_seed()
1097 get_random_bytes(entropy, entropylen); in drbg_seed()
1098 drbg_string_fill(&data1, entropy, entropylen); in drbg_seed()
1126 kzfree(entropy); in drbg_seed()
Dtestmgr.c1750 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test()