Home
last modified time | relevance | path

Searched refs:crypto_aead_set_flags (Results 1 – 3 of 3) 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 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()