Searched refs:tfm_ctx (Results 1 – 2 of 2) sorted by relevance
140 struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_aead_ctx(aead); in zynqmp_aes_aead_cipher() local143 struct device *dev = tfm_ctx->dev; in zynqmp_aes_aead_cipher()174 hwreq->keysrc = tfm_ctx->keysrc; in zynqmp_aes_aead_cipher()183 hwreq->key = tfm_ctx->key_dma_addr; in zynqmp_aes_aead_cipher()244 struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_aead_ctx(aead); in versal_aes_aead_cipher() local248 struct device *dev = tfm_ctx->dev; in versal_aes_aead_cipher()291 hwreq->keysrc = tfm_ctx->keysrc; in versal_aes_aead_cipher()303 if (tfm_ctx->keylen == AES_KEYSIZE_128) in versal_aes_aead_cipher()311 tfm_ctx->key_dma_addr); in versal_aes_aead_cipher()376 static int zynqmp_fallback_check(struct xilinx_aead_tfm_ctx *tfm_ctx, in zynqmp_fallback_check() argument[all …]
278 struct sec_alg_tfm_ctx *tfm_ctx; member