Home
last modified time | relevance | path

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

/linux/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c80 struct crypto_aead *fbk_cipher; member
456 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 …]
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.h126 struct crypto_skcipher *fbk_cipher; member
166 struct crypto_aead *fbk_cipher; member