Home
last modified time | relevance | path

Searched refs:crt_flags (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/include/linux/
H A Dcrypto.h409 u32 crt_flags; member
457 return tfm->crt_flags; in crypto_tfm_get_flags()
462 tfm->crt_flags |= flags; in crypto_tfm_set_flags()
467 tfm->crt_flags &= ~flags; in crypto_tfm_clear_flags()
/linux-6.15/crypto/
H A Dcipher.c113 ntfm->crt_flags = tfm->crt_flags; in crypto_clone_cipher()
H A Dapi.c571 tfm->crt_flags = otfm->crt_flags; in crypto_clone_tfm()
/linux-6.15/drivers/crypto/
H A Dgeode-aes.c129 tctx->fallback.cip->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in geode_setkey_cip()
130 tctx->fallback.cip->base.crt_flags |= in geode_setkey_cip()
131 (tfm->crt_flags & CRYPTO_TFM_REQ_MASK); in geode_setkey_cip()
H A Dmxs-dcp.c536 tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in mxs_dcp_aes_setkey()
H A Domap-aes.c585 crypto_skcipher_set_flags(ctx->fallback, tfm->base.crt_flags & in omap_aes_setkey()
H A Dsahara.c639 crypto_skcipher_set_flags(ctx->fallback, tfm->base.crt_flags & in sahara_aes_setkey()
H A Datmel-aes.c1688 crypto_skcipher_set_flags(ctx->fallback_tfm, tfm->base.crt_flags & in atmel_aes_xts_setkey()
H A Dsa2ul.c906 crypto_skcipher_set_flags(child, tfm->base.crt_flags & in sa_cipher_setkey()
/linux-6.15/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c266 tfm_ctx->fbk_cipher->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in zynqmp_aes_aead_setkey()
267 tfm_ctx->fbk_cipher->base.crt_flags |= (aead->base.crt_flags & in zynqmp_aes_aead_setkey()
/linux-6.15/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c601 crypto_skcipher_set_flags(op->fallback_tfm, tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in sun4i_ss_aes_setkey()
621 crypto_skcipher_set_flags(op->fallback_tfm, tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in sun4i_ss_des_setkey()
641 crypto_skcipher_set_flags(op->fallback_tfm, tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in sun4i_ss_des3_setkey()
/linux-6.15/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c485 crypto_skcipher_set_flags(op->fallback_tfm, tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in sun8i_ce_aes_setkey()
507 crypto_skcipher_set_flags(op->fallback_tfm, tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in sun8i_ce_des3_setkey()
/linux-6.15/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c460 crypto_skcipher_set_flags(op->fallback_tfm, tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in sun8i_ss_aes_setkey()
483 crypto_skcipher_set_flags(op->fallback_tfm, tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in sun8i_ss_des3_setkey()
/linux-6.15/arch/s390/crypto/
H A Daes_s390.c81 sctx->fallback.cip->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in setkey_fallback_cip()
82 sctx->fallback.cip->base.crt_flags |= (tfm->crt_flags & in setkey_fallback_cip()
/linux-6.15/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c458 crypto_skcipher_set_flags(ctx->fallback_tfm, cipher->base.crt_flags & in aspeed_des_setkey()
598 crypto_skcipher_set_flags(ctx->fallback_tfm, cipher->base.crt_flags & in aspeed_aes_setkey()
/linux-6.15/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c386 crypto_skcipher_set_flags(op->fallback_tfm, tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in sl3516_ce_aes_setkey()
/linux-6.15/drivers/crypto/bcm/
H A Dcipher.c2794 ctx->fallback_cipher->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in aead_authenc_setkey()
2795 ctx->fallback_cipher->base.crt_flags |= in aead_authenc_setkey()
2796 tfm->crt_flags & CRYPTO_TFM_REQ_MASK; in aead_authenc_setkey()
2861 ctx->fallback_cipher->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in aead_gcm_ccm_setkey()
2862 ctx->fallback_cipher->base.crt_flags |= in aead_gcm_ccm_setkey()
2863 tfm->crt_flags & CRYPTO_TFM_REQ_MASK; in aead_gcm_ccm_setkey()
/linux-6.15/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c197 tfm->base.crt_flags & in kmb_ocs_sk_set_key()
/linux-6.15/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c929 crypto_skcipher_set_flags(ctx->fallback_tfm, tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in ablk_setkey()
/linux-6.15/drivers/crypto/chelsio/
H A Dchcr_algo.c922 cipher->base.crt_flags & CRYPTO_TFM_REQ_MASK); in chcr_cipher_fallback_setkey()