Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c168 struct stm32_cryp_reqctx { struct
833 crypto_skcipher_set_reqsize(tfm, sizeof(struct stm32_cryp_reqctx)); in stm32_cryp_init_tfm()
842 tfm->reqsize = sizeof(struct stm32_cryp_reqctx); in stm32_cryp_aes_aead_init()
851 struct stm32_cryp_reqctx *rctx = skcipher_request_ctx(req); in stm32_cryp_crypt()
865 struct stm32_cryp_reqctx *rctx = aead_request_ctx(req); in stm32_cryp_aead_crypt()
1158 struct stm32_cryp_reqctx *rctx; in stm32_cryp_prepare_req()