Lines Matching refs:stm32_cryp_ctx
116 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()
1025 struct stm32_cryp_ctx *ctx = crypto_ablkcipher_ctx( in stm32_cryp_cipher_one_req()
1047 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in stm32_cryp_aead_one_req()
1729 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1749 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1770 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1791 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1811 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1832 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1852 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1884 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1904 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),