Home
last modified time | relevance | path

Searched refs:crypto_ablkcipher_get_flags (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/crypto/
Dablk_helper.c45 crypto_ablkcipher_set_flags(child, crypto_ablkcipher_get_flags(tfm) in ablk_set_key()
48 crypto_ablkcipher_set_flags(tfm, crypto_ablkcipher_get_flags(child) in ablk_set_key()
Dctr.c269 crypto_ablkcipher_set_flags(child, crypto_ablkcipher_get_flags(parent) & in crypto_rfc3686_setkey()
272 crypto_ablkcipher_set_flags(parent, crypto_ablkcipher_get_flags(child) & in crypto_rfc3686_setkey()
Dauthenc.c111 crypto_aead_set_flags(authenc, crypto_ablkcipher_get_flags(enc) & in crypto_authenc_setkey()
Dccm.c88 crypto_aead_set_flags(aead, crypto_ablkcipher_get_flags(ctr) & in crypto_ccm_setkey()
Dtcrypt.c1154 crypto_ablkcipher_get_flags(tfm)); in test_acipher_speed()
1193 crypto_ablkcipher_get_flags(tfm)); in test_acipher_speed()
Dauthencesn.c85 crypto_aead_set_flags(authenc_esn, crypto_ablkcipher_get_flags(enc) & in crypto_authenc_esn_setkey()
Dcryptd.c193 crypto_blkcipher_set_flags(child, crypto_ablkcipher_get_flags(parent) & in cryptd_blkcipher_setkey()
Dtestmgr.c980 d, j, algo, crypto_ablkcipher_get_flags(tfm)); in __test_skcipher()
1047 d, j, algo, crypto_ablkcipher_get_flags(tfm)); in __test_skcipher()
Dgcm.c129 crypto_aead_set_flags(aead, crypto_ablkcipher_get_flags(ctr) & in crypto_gcm_setkey()
/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c185 if (!ret && crypto_ablkcipher_get_flags(ablk) & in qce_ablkcipher_setkey()
/linux-4.1.27/include/linux/
Dcrypto.h965 static inline u32 crypto_ablkcipher_get_flags(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_get_flags() function
/linux-4.1.27/drivers/crypto/
Dpicoxcell_crypto.c828 (crypto_ablkcipher_get_flags(cipher) & CRYPTO_TFM_REQ_WEAK_KEY)) { in spacc_des_setkey()