Searched refs:__crypto_alloc_tfm (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | api.c | 344 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm() function 378 EXPORT_SYMBOL_GPL(__crypto_alloc_tfm); variable 416 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_base()
|
H A D | internal.h | 67 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
|
H A D | algapi.c | 773 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_spawn_tfm()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | api.c | 421 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm() function 426 EXPORT_SYMBOL_GPL(__crypto_alloc_tfm); variable 464 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_base()
|
H A D | internal.h | 123 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
|
H A D | algapi.c | 814 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_spawn_tfm()
|
Completed in 6 milliseconds