Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Daead.h340 static inline void crypto_aead_set_flags(struct crypto_aead *tfm, u32 flags) in crypto_aead_set_flags() function
357 crypto_aead_set_flags(&tfm->base, flags); in crypto_sync_aead_set_flags()
/linux/crypto/
H A Daead.c56 crypto_aead_set_flags(tfm, CRYPTO_TFM_NEED_KEY); in crypto_aead_setkey()
122 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 Dessiv.c103 crypto_aead_set_flags(tctx->u.aead, crypto_aead_get_flags(tfm) & in essiv_aead_setkey()
H A Dtestmgr.c2055 crypto_aead_set_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_aead_vec_cfg()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c2857 crypto_aead_set_flags(aead, crypto_aead_get_flags(ctx->fback) & in safexcel_aead_chachapoly_crypt()