Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dskcipher.c105 btfm = __crypto_alloc_tfm(calg, CRYPTO_ALG_TYPE_BLKCIPHER, in crypto_init_skcipher_ops_blkcipher()
197 abtfm = __crypto_alloc_tfm(calg, 0, 0); in crypto_init_skcipher_ops_ablkcipher()
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.h91 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
Dablkcipher.c699 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_ablkcipher()
Dalgapi.c687 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_spawn_tfm()