crypto_alloc_base 446 crypto/api.c EXPORT_SYMBOL_GPL(crypto_alloc_base); crypto_alloc_base 825 include/linux/crypto.h struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask); crypto_alloc_base 1330 include/linux/crypto.h return __crypto_blkcipher_cast(crypto_alloc_base(alg_name, type, mask)); crypto_alloc_base 1650 include/linux/crypto.h return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask)); crypto_alloc_base 1802 include/linux/crypto.h return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask));