Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Drng.h111 return crypto_rng_crt(tfm)->rng_gen_random(tfm, rdata, dlen); in crypto_rng_get_bytes()
/linux-4.1.27/crypto/
Drng.c57 ops->rng_gen_random = alg->rng_make_random; in crypto_init_rng_ops()
/linux-4.1.27/include/linux/
Dcrypto.h659 int (*rng_gen_random)(struct crypto_rng *tfm, u8 *rdata, member