Searched refs:crypto_aead_set_flags (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/crypto/
H A Dccm.c88 crypto_aead_set_flags(aead, crypto_ablkcipher_get_flags(ctr) & crypto_ccm_setkey()
97 crypto_aead_set_flags(aead, crypto_cipher_get_flags(tfm) & crypto_ccm_setkey()
652 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & crypto_rfc4309_setkey()
655 crypto_aead_set_flags(parent, crypto_aead_get_flags(child) & crypto_rfc4309_setkey()
H A Dgcm.c129 crypto_aead_set_flags(aead, crypto_ablkcipher_get_flags(ctr) & crypto_gcm_setkey()
162 crypto_aead_set_flags(aead, crypto_ahash_get_flags(ghash) & crypto_gcm_setkey()
872 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & crypto_rfc4106_setkey()
875 crypto_aead_set_flags(parent, crypto_aead_get_flags(child) & crypto_rfc4106_setkey()
1083 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & crypto_rfc4543_setkey()
1086 crypto_aead_set_flags(parent, crypto_aead_get_flags(child) & crypto_rfc4543_setkey()
H A Dauthenc.c101 crypto_aead_set_flags(authenc, crypto_ahash_get_flags(auth) & crypto_authenc_setkey()
111 crypto_aead_set_flags(authenc, crypto_ablkcipher_get_flags(enc) & crypto_authenc_setkey()
118 crypto_aead_set_flags(authenc, CRYPTO_TFM_RES_BAD_KEY_LEN); crypto_authenc_setkey()
H A Dauthencesn.c75 crypto_aead_set_flags(authenc_esn, crypto_ahash_get_flags(auth) & crypto_authenc_esn_setkey()
85 crypto_aead_set_flags(authenc_esn, crypto_ablkcipher_get_flags(enc) & crypto_authenc_esn_setkey()
92 crypto_aead_set_flags(authenc_esn, CRYPTO_TFM_RES_BAD_KEY_LEN); crypto_authenc_esn_setkey()
H A Dcryptd.c730 crypto_aead_set_flags(cipher, CRYPTO_TFM_REQ_MAY_SLEEP); cryptd_aead_init_tfm()
H A Dtestmgr.c511 crypto_aead_set_flags(tfm, CRYPTO_TFM_REQ_WEAK_KEY); __test_aead()
614 crypto_aead_set_flags(tfm, CRYPTO_TFM_REQ_WEAK_KEY); __test_aead()
/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c1169 crypto_aead_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); aead_setkey()
H A Dpicoxcell_crypto.c525 crypto_aead_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); spacc_aead_setkey()
H A Dtalitos.c701 crypto_aead_set_flags(authenc, CRYPTO_TFM_RES_BAD_KEY_LEN); aead_setkey()
/linux-4.1.27/include/linux/
H A Dcrypto.h1322 static inline void crypto_aead_set_flags(struct crypto_aead *tfm, u32 flags) crypto_aead_set_flags() function
/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c1714 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); aead_setkey()

Completed in 186 milliseconds