Searched refs:crypto_spawn_tfm (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | algapi.h | 117 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, 226 return __crypto_cipher_cast(crypto_spawn_tfm(&spawn->base, type, mask)); in crypto_spawn_cipher()
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | cipher.h | 212 return __crypto_cipher_cast(crypto_spawn_tfm(&spawn->base, type, mask)); in crypto_spawn_cipher()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | algapi.h | 161 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | algapi.c | 800 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() function 824 EXPORT_SYMBOL_GPL(crypto_spawn_tfm); variable
|
/kernel/linux/linux-5.10/crypto/ |
H A D | algapi.c | 759 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() function 783 EXPORT_SYMBOL_GPL(crypto_spawn_tfm); variable
|
Completed in 9 milliseconds