Searched refs:crypto_aead_set_flags (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/crypto/ |
D | aead.c | 55 crypto_aead_set_flags(tfm, CRYPTO_TFM_NEED_KEY); in crypto_aead_setkey() 132 crypto_aead_set_flags(aead, CRYPTO_TFM_NEED_KEY); in crypto_aead_init_tfm()
|
D | simd.c | 297 crypto_aead_set_flags(child, crypto_aead_get_flags(tfm) & in simd_aead_setkey()
|
D | gcm.c | 704 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4106_setkey() 912 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4543_setkey()
|
D | essiv.c | 103 crypto_aead_set_flags(tctx->u.aead, crypto_aead_get_flags(tfm) & in essiv_aead_setkey()
|
D | ccm.c | 582 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4309_setkey()
|
D | testmgr.c | 1993 crypto_aead_set_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_aead_vec_cfg()
|
/linux-6.1.9/include/crypto/ |
D | aead.h | 280 static inline void crypto_aead_set_flags(struct crypto_aead *tfm, u32 flags) in crypto_aead_set_flags() function
|
/linux-6.1.9/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 372 crypto_aead_set_flags(ctx->sw_cipher.aead, in crypto4xx_aead_setup_fallback()
|
/linux-6.1.9/drivers/crypto/chelsio/ |
D | chcr_algo.c | 3457 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(aead) & in chcr_aead_ccm_setkey() 3476 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(aead) & in chcr_aead_rfc4309_setkey() 3497 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(aead) in chcr_gcm_setkey() 3562 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(authenc) in chcr_authenc_setkey() 3685 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(authenc) in chcr_aead_digest_null_setkey()
|
/linux-6.1.9/drivers/crypto/keembay/ |
D | keembay-ocs-aes-core.c | 220 crypto_aead_set_flags(tctx->sw_cipher.aead, in kmb_ocs_aead_set_key()
|
/linux-6.1.9/drivers/crypto/ |
D | sa2ul.c | 1868 crypto_aead_set_flags(ctx->fallback.aead, in sa_aead_setkey()
|
/linux-6.1.9/drivers/crypto/hisilicon/sec2/ |
D | sec_crypto.c | 1136 crypto_aead_set_flags(a_ctx->fallback_aead_tfm, in sec_aead_fallback_setkey()
|
/linux-6.1.9/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 2931 crypto_aead_set_flags(aead, crypto_aead_get_flags(ctx->fback) & in safexcel_aead_chachapoly_crypt()
|