Home
last modified time | relevance | path

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

/linux/drivers/crypto/xilinx/
A Dzynqmp-aes-gcm.c70 struct crypto_aead *fbk_cipher; member
219 aead_request_set_tfm(subreq, tfm_ctx->fbk_cipher); in zynqmp_handle_aes_req()
263 tfm_ctx->fbk_cipher->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in zynqmp_aes_aead_setkey()
264 tfm_ctx->fbk_cipher->base.crt_flags |= (aead->base.crt_flags & in zynqmp_aes_aead_setkey()
267 return crypto_aead_setkey(tfm_ctx->fbk_cipher, key, keylen); in zynqmp_aes_aead_setkey()
326 if (IS_ERR(tfm_ctx->fbk_cipher)) { in zynqmp_aes_aead_init()
329 return PTR_ERR(tfm_ctx->fbk_cipher); in zynqmp_aes_aead_init()
335 crypto_aead_reqsize(tfm_ctx->fbk_cipher))); in zynqmp_aes_aead_init()
345 if (tfm_ctx->fbk_cipher) { in zynqmp_aes_aead_exit()
346 crypto_free_aead(tfm_ctx->fbk_cipher); in zynqmp_aes_aead_exit()
[all …]
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c332 if (ctx->fbk_cipher) { in skcipher_do_fallback()
515 ctx->fbk_cipher = in cpt_skcipher_fallback_init()
519 if (IS_ERR(ctx->fbk_cipher)) { in cpt_skcipher_fallback_init()
550 if (ctx->fbk_cipher) { in otx2_cpt_skcipher_exit()
552 ctx->fbk_cipher = NULL; in otx2_cpt_skcipher_exit()
560 ctx->fbk_cipher = in cpt_aead_fallback_init()
564 if (IS_ERR(ctx->fbk_cipher)) { in cpt_aead_fallback_init()
692 if (ctx->fbk_cipher) { in otx2_cpt_aead_exit()
694 ctx->fbk_cipher = NULL; in otx2_cpt_aead_exit()
708 if (ctx->fbk_cipher) in otx2_cpt_aead_gcm_set_authsize()
[all …]
A Dotx2_cptvf_algs.h125 struct crypto_skcipher *fbk_cipher; member
163 struct crypto_aead *fbk_cipher; member

Completed in 9 milliseconds