Searched refs:__crypto_alloc_tfm (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/crypto/ |
D | api.c | 366 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm() function 400 EXPORT_SYMBOL_GPL(__crypto_alloc_tfm); 438 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_base()
|
D | internal.h | 92 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
|
D | aead.c | 545 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_aead()
|
D | ablkcipher.c | 691 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_ablkcipher()
|
D | algapi.c | 663 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_spawn_tfm()
|