crypto_rng_type   101 crypto/rng.c   static const struct crypto_type crypto_rng_type = {
crypto_rng_type   116 crypto/rng.c   	return crypto_alloc_tfm(alg_name, &crypto_rng_type, type, mask);
crypto_rng_type   188 crypto/rng.c   	base->cra_type = &crypto_rng_type;