Home
last modified time | relevance | path

Searched refs:crypto_aead_get_flags (Results 1 – 5 of 5) 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 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 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 Dccm.c93 crypto_skcipher_set_flags(ctr, crypto_aead_get_flags(aead) & in crypto_ccm_setkey()
100 crypto_ahash_set_flags(mac, crypto_aead_get_flags(aead) & in crypto_ccm_setkey()
576 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4309_setkey()
/linux/drivers/crypto/
H A Datmel-aes.c1915 crypto_aead_get_flags(tfm)); in atmel_aes_authenc_setkey()