Searched refs:crypto_aead_get_flags (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/crypto/
H A Dccm.c91 crypto_ablkcipher_set_flags(ctr, crypto_aead_get_flags(aead) & crypto_ccm_setkey()
100 crypto_cipher_set_flags(tfm, crypto_aead_get_flags(aead) & crypto_ccm_setkey()
679 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & crypto_rfc4309_setkey()
682 crypto_aead_set_flags(parent, crypto_aead_get_flags(child) & crypto_rfc4309_setkey()
H A Dgcm.c130 crypto_ablkcipher_set_flags(ctr, crypto_aead_get_flags(aead) & crypto_gcm_setkey()
165 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & crypto_gcm_setkey()
797 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & crypto_rfc4106_setkey()
800 crypto_aead_set_flags(parent, crypto_aead_get_flags(child) & crypto_rfc4106_setkey()
1029 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & crypto_rfc4543_setkey()
1032 crypto_aead_set_flags(parent, crypto_aead_get_flags(child) & crypto_rfc4543_setkey()
H A Dauthenc.c94 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & crypto_authenc_setkey()
104 crypto_ablkcipher_set_flags(enc, crypto_aead_get_flags(authenc) & crypto_authenc_setkey()
H A Dauthencesn.c76 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & crypto_authenc_esn_setkey()
86 crypto_ablkcipher_set_flags(enc, crypto_aead_get_flags(authenc_esn) & crypto_authenc_esn_setkey()
H A Dchacha20poly1305.c496 crypto_ablkcipher_set_flags(ctx->chacha, crypto_aead_get_flags(aead) & chachapoly_setkey()
H A Dtestmgr.c533 d, j, algo, crypto_aead_get_flags(tfm)); __test_aead()
638 d, j, algo, crypto_aead_get_flags(tfm)); __test_aead()
H A Dtcrypt.c408 crypto_aead_get_flags(tfm)); test_aead_speed()
/linux-4.4.14/include/crypto/
H A Daead.h255 static inline u32 crypto_aead_get_flags(struct crypto_aead *tfm) crypto_aead_get_flags() function
/linux-4.4.14/drivers/crypto/
H A Dpicoxcell_crypto.c457 crypto_aead_set_flags(ctx->sw_cipher, crypto_aead_get_flags(tfm) & spacc_aead_setkey()
461 crypto_aead_set_flags(tfm, crypto_aead_get_flags(ctx->sw_cipher) & spacc_aead_setkey()

Completed in 230 milliseconds