Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
Dapi.c344 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm() function
378 EXPORT_SYMBOL_GPL(__crypto_alloc_tfm);
416 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_base()
Dinternal.h67 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
Dalgapi.c758 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_spawn_tfm()