Home
last modified time | relevance | path

Searched refs:crypto_aead_get_flags (Results 1 – 9 of 9) 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 Daead.c88 if (crypto_aead_get_flags(aead) & CRYPTO_TFM_NEED_KEY) in crypto_aead_encrypt()
99 if (crypto_aead_get_flags(aead) & CRYPTO_TFM_NEED_KEY) in crypto_aead_decrypt()
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 Dsimd.c275 crypto_aead_set_flags(child, crypto_aead_get_flags(tfm) & in simd_aead_setkey()
H A Dtcrypt.c365 crypto_aead_get_flags(tfm)); in test_mb_aead_speed()
621 crypto_aead_get_flags(tfm), ret); in test_aead_speed()
H A Dtestmgr.c2064 crypto_aead_get_flags(tfm)); 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()