Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/stm32/
Dstm32-cryp.c124 struct stm32_cryp_reqctx { struct
692 tfm->crt_ablkcipher.reqsize = sizeof(struct stm32_cryp_reqctx); in stm32_cryp_cra_init()
708 tfm->reqsize = sizeof(struct stm32_cryp_reqctx); in stm32_cryp_aes_aead_init()
721 struct stm32_cryp_reqctx *rctx = ablkcipher_request_ctx(req); in stm32_cryp_crypt()
735 struct stm32_cryp_reqctx *rctx = aead_request_ctx(req); in stm32_cryp_aead_crypt()
916 struct stm32_cryp_reqctx *rctx; in stm32_cryp_prepare_req()