Home
last modified time | relevance | path

Searched refs:__crypto_alloc_tfm (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/crypto/
Dapi.c366 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()
Dinternal.h92 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
Daead.c545 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_aead()
Dablkcipher.c691 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_ablkcipher()
Dalgapi.c663 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_spawn_tfm()