Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Daead.h335 static inline u32 crypto_aead_get_flags(struct crypto_aead *tfm) in crypto_aead_get_flags() function
352 return crypto_aead_get_flags(&tfm->base); in crypto_sync_aead_get_flags()
/linux/crypto/
H A Dalgif_aead.c309 if (crypto_aead_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in aead_check_key()
438 if (crypto_aead_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in aead_accept_parent()
H A Dauthenc.c95 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
102 crypto_skcipher_set_flags(enc, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
H A Dauthencesn.c69 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
76 crypto_skcipher_set_flags(enc, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
H A Dessiv.c103 crypto_aead_set_flags(tctx->u.aead, crypto_aead_get_flags(tfm) & in essiv_aead_setkey()
120 crypto_cipher_set_flags(tctx->essiv_cipher, crypto_aead_get_flags(tfm) & in essiv_aead_setkey()
H A Dtestmgr.c2064 crypto_aead_get_flags(tfm)); in test_aead_vec_cfg()