Home
last modified time | relevance | path

Searched refs:stm32_cryp_reqctx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/stm32/
H A Dstm32-cryp.c122 struct stm32_cryp_reqctx { struct
652 crypto_skcipher_set_reqsize(tfm, sizeof(struct stm32_cryp_reqctx)); in stm32_cryp_init_tfm()
668 tfm->reqsize = sizeof(struct stm32_cryp_reqctx); in stm32_cryp_aes_aead_init()
681 struct stm32_cryp_reqctx *rctx = skcipher_request_ctx(req); in stm32_cryp_crypt()
695 struct stm32_cryp_reqctx *rctx = aead_request_ctx(req); in stm32_cryp_aead_crypt()
988 struct stm32_cryp_reqctx *rctx; in stm32_cryp_prepare_req()
/kernel/linux/linux-6.6/drivers/crypto/stm32/
H A Dstm32-cryp.c167 struct stm32_cryp_reqctx { struct
832 crypto_skcipher_set_reqsize(tfm, sizeof(struct stm32_cryp_reqctx)); in stm32_cryp_init_tfm()
841 tfm->reqsize = sizeof(struct stm32_cryp_reqctx); in stm32_cryp_aes_aead_init()
850 struct stm32_cryp_reqctx *rctx = skcipher_request_ctx(req); in stm32_cryp_crypt()
864 struct stm32_cryp_reqctx *rctx = aead_request_ctx(req); in stm32_cryp_aead_crypt()
1157 struct stm32_cryp_reqctx *rctx; in stm32_cryp_prepare_req()

Completed in 6 milliseconds