Searched refs:entropy (Results 1 – 3 of 3) sorted by relevance
96 unsigned char *entropy; member20812 .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 …]
1062 unsigned char *entropy = NULL; in drbg_seed() local1094 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()
1750 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test()