Home
last modified time | relevance | path

Searched refs:crypto_aead_set_flags (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/crypto/
H A Daead.c64 crypto_aead_set_flags(tfm, CRYPTO_TFM_NEED_KEY); in crypto_aead_setkey()
164 crypto_aead_set_flags(aead, CRYPTO_TFM_NEED_KEY); in crypto_aead_init_tfm()
H A Dsimd.c275 crypto_aead_set_flags(child, crypto_aead_get_flags(tfm) & in simd_aead_setkey()
H A Dgcm.c702 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4106_setkey()
910 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4543_setkey()
H A Dessiv.c103 crypto_aead_set_flags(tctx->u.aead, crypto_aead_get_flags(tfm) & in essiv_aead_setkey()
H A Dccm.c581 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4309_setkey()
H A Dtestmgr.c2052 crypto_aead_set_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_aead_vec_cfg()
/openbmc/linux/include/crypto/
H A Daead.h302 static inline void crypto_aead_set_flags(struct crypto_aead *tfm, u32 flags) in crypto_aead_set_flags() function
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c372 crypto_aead_set_flags(ctx->sw_cipher.aead, in crypto4xx_aead_setup_fallback()
/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c3459 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(aead) & in chcr_aead_ccm_setkey()
3478 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(aead) & in chcr_aead_rfc4309_setkey()
3499 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(aead) in chcr_gcm_setkey()
3564 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(authenc) in chcr_authenc_setkey()
3687 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(authenc) in chcr_aead_digest_null_setkey()
/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c217 crypto_aead_set_flags(tctx->sw_cipher.aead, in kmb_ocs_aead_set_key()
/openbmc/linux/drivers/crypto/
H A Dsa2ul.c1869 crypto_aead_set_flags(ctx->fallback.aead, in sa_aead_setkey()
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1134 crypto_aead_set_flags(a_ctx->fallback_aead_tfm, in sec_aead_fallback_setkey()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c2933 crypto_aead_set_flags(aead, crypto_aead_get_flags(ctx->fback) & in safexcel_aead_chachapoly_crypt()