crypto_alloc_base   35 include/crypto/hash.h 	return __crypto_ahash_cast(crypto_alloc_base(alg_name, type, mask));
crypto_alloc_base   35 include/crypto/rng.h 	return __crypto_rng_cast(crypto_alloc_base(alg_name, type, mask));
crypto_alloc_base  548 include/linux/crypto.h struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);
crypto_alloc_base  947 include/linux/crypto.h 	return __crypto_blkcipher_cast(crypto_alloc_base(alg_name, type, mask));
crypto_alloc_base 1092 include/linux/crypto.h 	return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask));
crypto_alloc_base 1187 include/linux/crypto.h 	return __crypto_hash_cast(crypto_alloc_base(alg_name, type, mask));
crypto_alloc_base 1294 include/linux/crypto.h 	return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask));