Searched refs:crypto_rng_generate (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | rng.h | 123 * crypto_rng_generate() - get random number 136 static inline int crypto_rng_generate(struct crypto_rng *tfm, in crypto_rng_generate() function 163 return crypto_rng_generate(tfm, NULL, 0, rdata, dlen); in crypto_rng_get_bytes()
|
H A D | drbg.h | 196 * crypto_rng_generate() to allow the caller to provide additional data. 211 return crypto_rng_generate(drng, addtl->buf, addtl->len, in crypto_drbg_get_bytes_addtl() 219 * crypto_rng_generate() to allow the caller to provide additional data and 239 return crypto_rng_generate(drng, addtl->buf, addtl->len, in crypto_drbg_get_bytes_addtl_test()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | rng.h | 168 * crypto_rng_generate() - get random number 181 static inline int crypto_rng_generate(struct crypto_rng *tfm, in crypto_rng_generate() function 212 return crypto_rng_generate(tfm, NULL, 0, rdata, dlen); in crypto_rng_get_bytes()
|
H A D | drbg.h | 197 * crypto_rng_generate() to allow the caller to provide additional data. 212 return crypto_rng_generate(drng, addtl->buf, addtl->len, in crypto_drbg_get_bytes_addtl() 220 * crypto_rng_generate() to allow the caller to provide additional data and 240 return crypto_rng_generate(drng, addtl->buf, addtl->len, in crypto_drbg_get_bytes_addtl_test()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | algif_rng.c | 97 genlen = crypto_rng_generate(drng, addtl, addtl_len, result, len); in _rng_recvmsg()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | algif_rng.c | 97 genlen = crypto_rng_generate(drng, addtl, addtl_len, result, len); in _rng_recvmsg()
|
Completed in 4 milliseconds