Home
last modified time | relevance | path

Searched refs:crypto_instance_ctx (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/internal/
H A Dhash.h169 return crypto_instance_ctx(ahash_crypto_instance(inst)); in ahash_instance_ctx()
225 return crypto_instance_ctx(shash_crypto_instance(inst)); in shash_instance_ctx()
H A Dakcipher.h78 return crypto_instance_ctx(akcipher_crypto_instance(inst)); in akcipher_instance_ctx()
H A Daead.h60 return crypto_instance_ctx(aead_crypto_instance(inst)); in aead_instance_ctx()
H A Dskcipher.h83 return crypto_instance_ctx(skcipher_crypto_instance(inst)); in skcipher_instance_ctx()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dhash.h197 return crypto_instance_ctx(ahash_crypto_instance(inst)); in ahash_instance_ctx()
263 return crypto_instance_ctx(shash_crypto_instance(inst)); in shash_instance_ctx()
H A Dakcipher.h100 return crypto_instance_ctx(akcipher_crypto_instance(inst)); in akcipher_instance_ctx()
H A Dkpp.h146 return crypto_instance_ctx(kpp_crypto_instance(inst)); in kpp_instance_ctx()
H A Daead.h65 return crypto_instance_ctx(aead_crypto_instance(inst)); in aead_instance_ctx()
H A Dskcipher.h92 return crypto_instance_ctx(skcipher_crypto_instance(inst)); in skcipher_instance_ctx()
/kernel/linux/linux-5.10/include/crypto/
H A Dalgapi.h190 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx() function
/kernel/linux/linux-6.6/include/crypto/
H A Dalgapi.h224 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx() function
/kernel/linux/linux-5.10/crypto/
H A Dessiv.c484 ictx = crypto_instance_ctx(inst); in essiv_create()
503 ictx = crypto_instance_ctx(inst); in essiv_create()
H A Dcmac.c204 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cmac_init_tfm()
H A Dxcbc.c170 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm()
H A Dcryptd.c190 struct cryptd_instance_ctx *ictx = crypto_instance_ctx(inst); in cryptd_get_queue()
429 struct hashd_instance_ctx *ictx = crypto_instance_ctx(inst); in cryptd_hash_init_tfm()
H A Dvmac.c599 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in vmac_init_tfm()
H A Dccm.c844 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm()
/kernel/linux/linux-6.6/crypto/
H A Dessiv.c485 ictx = crypto_instance_ctx(inst); in essiv_create()
504 ictx = crypto_instance_ctx(inst); in essiv_create()
H A Dxcbc.c171 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm()
H A Dccm.c844 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm()
H A Dvmac.c600 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in vmac_init_tfm()
H A Dcryptd.c190 struct cryptd_instance_ctx *ictx = crypto_instance_ctx(inst); in cryptd_get_queue()

Completed in 21 milliseconds