Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/
Drng.c52 struct rng_alg *alg = &tfm->__crt_alg->cra_rng; in crypto_init_rng_ops()
66 seq_printf(m, "seedsize : %u\n", alg->cra_rng.seedsize); in crypto_rng_show()
/linux-2.6.39/include/crypto/
Drng.h45 return &crypto_rng_tfm(tfm)->__crt_alg->cra_rng; in crypto_rng_alg()
/linux-2.6.39/include/linux/
Dcrypto.h268 #define cra_rng cra_u.rng macro