Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/stm32/
Dstm32-cryp.c116 struct stm32_cryp_ctx { struct
136 struct stm32_cryp_ctx *ctx; argument
266 static struct stm32_cryp *stm32_cryp_find_dev(struct stm32_cryp_ctx *ctx) in stm32_cryp_find_dev()
676 struct stm32_cryp_ctx *ctx = crypto_tfm_ctx(tfm); in stm32_cryp_cra_init()
692 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm); in stm32_cryp_aes_aead_init()
705 struct stm32_cryp_ctx *ctx = crypto_ablkcipher_ctx( in stm32_cryp_crypt()
720 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in stm32_cryp_aead_crypt()
735 struct stm32_cryp_ctx *ctx = crypto_ablkcipher_ctx(tfm); in stm32_cryp_setkey()
774 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm); in stm32_cryp_aes_aead_setkey()
904 struct stm32_cryp_ctx *ctx; in stm32_cryp_prepare_req()
[all …]