Home
last modified time | relevance | path

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

/linux-4.4.14/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()
Dskcipher.c139 crypto_ablkcipher_get_flags(ablkcipher) & in skcipher_setkey_ablkcipher()
Dauthenc.c107 crypto_aead_set_flags(authenc, crypto_ablkcipher_get_flags(enc) & in crypto_authenc_setkey()
Dauthencesn.c89 crypto_aead_set_flags(authenc_esn, crypto_ablkcipher_get_flags(enc) & in crypto_authenc_esn_setkey()
Dchacha20poly1305.c500 crypto_aead_set_flags(aead, crypto_ablkcipher_get_flags(ctx->chacha) & in chachapoly_setkey()
Dtcrypt.c1183 crypto_ablkcipher_get_flags(tfm)); in test_acipher_speed()
1222 crypto_ablkcipher_get_flags(tfm)); in test_acipher_speed()
Dccm.c94 crypto_aead_set_flags(aead, crypto_ablkcipher_get_flags(ctr) & in crypto_ccm_setkey()
Dcryptd.c192 crypto_blkcipher_set_flags(child, crypto_ablkcipher_get_flags(parent) & in cryptd_blkcipher_setkey()
Dgcm.c133 crypto_aead_set_flags(aead, crypto_ablkcipher_get_flags(ctr) & in crypto_gcm_setkey()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c175 if (!ret && crypto_ablkcipher_get_flags(ablk) & in qce_ablkcipher_setkey()
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c515 flags = crypto_ablkcipher_get_flags(tfm); in sun4i_ss_des_setkey()
/linux-4.4.14/include/linux/
Dcrypto.h832 static inline u32 crypto_ablkcipher_get_flags(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_get_flags() function
/linux-4.4.14/drivers/crypto/
Dpicoxcell_crypto.c739 (crypto_ablkcipher_get_flags(cipher) & CRYPTO_TFM_REQ_WEAK_KEY)) { in spacc_des_setkey()