Home
last modified time | relevance | path

Searched refs:crypto_tfm_alg_instance (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/internal/
Dhash.h164 return ahash_instance(crypto_tfm_alg_instance(&ahash->base)); in ahash_alg_instance()
220 return shash_instance(crypto_tfm_alg_instance(&shash->base)); in shash_alg_instance()
Dakcipher.h73 return akcipher_instance(crypto_tfm_alg_instance(&akcipher->base)); in akcipher_alg_instance()
Daead.h55 return aead_instance(crypto_tfm_alg_instance(&aead->base)); in aead_alg_instance()
/kernel/linux/linux-5.10/include/crypto/
Dalgapi.h181 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance() function
/kernel/linux/linux-5.10/crypto/
Dcryptd.c189 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_get_queue()
427 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_hash_init_tfm()
Dvmac.c598 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in vmac_init_tfm()