Searched refs:fbk_cipher (Results 1 – 2 of 2) sorted by relevance
80 struct crypto_aead *fbk_cipher; member456 tfm_ctx->fbk_cipher->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in zynqmp_aes_aead_setkey()457 tfm_ctx->fbk_cipher->base.crt_flags |= (aead->base.crt_flags & in zynqmp_aes_aead_setkey()460 err = crypto_aead_setkey(tfm_ctx->fbk_cipher, key, keylen); in zynqmp_aes_aead_setkey()527 tfm_ctx->fbk_cipher->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in versal_aes_aead_setkey()528 tfm_ctx->fbk_cipher->base.crt_flags |= (aead->base.crt_flags & in versal_aes_aead_setkey()530 err = crypto_aead_setkey(tfm_ctx->fbk_cipher, key, keylen); in versal_aes_aead_setkey()579 return tfm_ctx->fbk_cipher ? crypto_aead_setauthsize(tfm_ctx->fbk_cipher, authsize) : 0; in xilinx_aes_aead_setauthsize()588 aead_request_set_tfm(subreq, tfm_ctx->fbk_cipher); in xilinx_aes_fallback_crypt()681 tfm_ctx->fbk_cipher = NULL; in xilinx_paes_aead_init()[all …]
126 struct crypto_skcipher *fbk_cipher; member166 struct crypto_aead *fbk_cipher; member