Searched refs:crypto_ablkcipher_get_flags (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/crypto/ |
D | ablk_helper.c | 45 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()
|
D | ctr.c | 269 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()
|
D | authenc.c | 111 crypto_aead_set_flags(authenc, crypto_ablkcipher_get_flags(enc) & in crypto_authenc_setkey()
|
D | ccm.c | 88 crypto_aead_set_flags(aead, crypto_ablkcipher_get_flags(ctr) & in crypto_ccm_setkey()
|
D | tcrypt.c | 1154 crypto_ablkcipher_get_flags(tfm)); in test_acipher_speed() 1193 crypto_ablkcipher_get_flags(tfm)); in test_acipher_speed()
|
D | authencesn.c | 85 crypto_aead_set_flags(authenc_esn, crypto_ablkcipher_get_flags(enc) & in crypto_authenc_esn_setkey()
|
D | cryptd.c | 193 crypto_blkcipher_set_flags(child, crypto_ablkcipher_get_flags(parent) & in cryptd_blkcipher_setkey()
|
D | testmgr.c | 980 d, j, algo, crypto_ablkcipher_get_flags(tfm)); in __test_skcipher() 1047 d, j, algo, crypto_ablkcipher_get_flags(tfm)); in __test_skcipher()
|
D | gcm.c | 129 crypto_aead_set_flags(aead, crypto_ablkcipher_get_flags(ctr) & in crypto_gcm_setkey()
|
/linux-4.1.27/drivers/crypto/qce/ |
D | ablkcipher.c | 185 if (!ret && crypto_ablkcipher_get_flags(ablk) & in qce_ablkcipher_setkey()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 965 static inline u32 crypto_ablkcipher_get_flags(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_get_flags() function
|
/linux-4.1.27/drivers/crypto/ |
D | picoxcell_crypto.c | 828 (crypto_ablkcipher_get_flags(cipher) & CRYPTO_TFM_REQ_WEAK_KEY)) { in spacc_des_setkey()
|