Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dapi.c431 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm() function
436 EXPORT_SYMBOL_GPL(__crypto_alloc_tfm);
474 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_base()
H A Dinternal.h125 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
H A Dalgapi.c773 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_spawn_tfm()