Searched refs:crypto_alloc_base (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | crypto.h | 618 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask); 1127 return __crypto_blkcipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_blkcipher() 1447 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_cipher() 1621 return __crypto_hash_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_hash() 1826 return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_comp()
|
/linux-4.4.14/crypto/ |
D | api.c | 424 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base() function 456 EXPORT_SYMBOL_GPL(crypto_alloc_base);
|
D | cryptd.c | 894 tfm = crypto_alloc_base(cryptd_alg_name, type, mask); in cryptd_alloc_ablkcipher()
|