Searched refs:stm32_cryp_ctx (Results 1 – 1 of 1) sorted by relevance
117 struct stm32_cryp_ctx { struct137 struct stm32_cryp_ctx *ctx; argument266 static struct stm32_cryp *stm32_cryp_find_dev(struct stm32_cryp_ctx *ctx) in stm32_cryp_find_dev()695 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(tfm); in stm32_cryp_init_tfm()711 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm); in stm32_cryp_aes_aead_init()724 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx( in stm32_cryp_crypt()739 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in stm32_cryp_aead_crypt()754 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(tfm); in stm32_cryp_setkey()789 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm); in stm32_cryp_aes_aead_setkey()919 struct stm32_cryp_ctx *ctx; in stm32_cryp_prepare_req()[all …]