Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Daead.h345 static inline void crypto_aead_clear_flags(struct crypto_aead *tfm, u32 flags) in crypto_aead_clear_flags() function
362 crypto_aead_clear_flags(&tfm->base, flags); in crypto_sync_aead_clear_flags()
/linux/crypto/
H A Dessiv.c102 crypto_aead_clear_flags(tctx->u.aead, CRYPTO_TFM_REQ_MASK); in essiv_aead_setkey()
H A Dtestmgr.c2057 crypto_aead_clear_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_aead_vec_cfg()