Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Ddrbg.c511 int reseed) in drbg_ctr_update() argument
522 if (3 > reseed) in drbg_ctr_update()
565 if (2 != reseed) in drbg_ctr_update()
658 int reseed) in drbg_hmac_update() argument
666 if (!reseed) in drbg_hmac_update()
863 int reseed) in drbg_hash_update() argument
875 if (reseed) { in drbg_hash_update()
1056 bool reseed) in drbg_seed() argument
1087 if (!reseed) in drbg_seed()
1109 if (!reseed) { in drbg_seed()
[all …]
/linux-4.1.27/include/crypto/
Ddrbg.h93 int reseed);
/linux-4.1.27/arch/s390/crypto/
Dprng.c741 static DEVICE_ATTR(reseed, 0200, NULL, prng_reseed_store);