Searched refs:crypto_aead_set_flags (Results 1 – 6 of 6) sorted by relevance
340 static inline void crypto_aead_set_flags(struct crypto_aead *tfm, u32 flags) in crypto_aead_set_flags() function357 crypto_aead_set_flags(&tfm->base, flags); in crypto_sync_aead_set_flags()
56 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()
275 crypto_aead_set_flags(child, crypto_aead_get_flags(tfm) & in simd_aead_setkey()
103 crypto_aead_set_flags(tctx->u.aead, crypto_aead_get_flags(tfm) & in essiv_aead_setkey()
2055 crypto_aead_set_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_aead_vec_cfg()
2857 crypto_aead_set_flags(aead, crypto_aead_get_flags(ctx->fback) & in safexcel_aead_chachapoly_crypt()