Home
last modified time | relevance | path

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

/Linux-v6.6/include/crypto/internal/
Dhash.h192 return ahash_instance(crypto_tfm_alg_instance(&ahash->base)); in ahash_alg_instance()
258 return shash_instance(crypto_tfm_alg_instance(&shash->base)); in shash_alg_instance()
Dakcipher.h95 return akcipher_instance(crypto_tfm_alg_instance(&akcipher->base)); in akcipher_alg_instance()
Dkpp.h130 return kpp_instance(crypto_tfm_alg_instance(&kpp->base)); in kpp_alg_instance()
Daead.h60 return aead_instance(crypto_tfm_alg_instance(&aead->base)); in aead_alg_instance()
/Linux-v6.6/include/crypto/
Dalgapi.h218 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance() function
/Linux-v6.6/crypto/
Dvmac.c599 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in vmac_init_tfm()
Dcryptd.c189 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_get_queue()