Searched refs:crypto_ablkcipher_get_flags (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/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 | skcipher.c | 139 crypto_ablkcipher_get_flags(ablkcipher) & in skcipher_setkey_ablkcipher()
|
D | authenc.c | 107 crypto_aead_set_flags(authenc, crypto_ablkcipher_get_flags(enc) & in crypto_authenc_setkey()
|
D | authencesn.c | 89 crypto_aead_set_flags(authenc_esn, crypto_ablkcipher_get_flags(enc) & in crypto_authenc_esn_setkey()
|
D | chacha20poly1305.c | 500 crypto_aead_set_flags(aead, crypto_ablkcipher_get_flags(ctx->chacha) & in chachapoly_setkey()
|
D | tcrypt.c | 1183 crypto_ablkcipher_get_flags(tfm)); in test_acipher_speed() 1222 crypto_ablkcipher_get_flags(tfm)); in test_acipher_speed()
|
D | ccm.c | 94 crypto_aead_set_flags(aead, crypto_ablkcipher_get_flags(ctr) & in crypto_ccm_setkey()
|
D | cryptd.c | 192 crypto_blkcipher_set_flags(child, crypto_ablkcipher_get_flags(parent) & in cryptd_blkcipher_setkey()
|
D | gcm.c | 133 crypto_aead_set_flags(aead, crypto_ablkcipher_get_flags(ctr) & in crypto_gcm_setkey()
|
/linux-4.4.14/drivers/crypto/qce/ |
D | ablkcipher.c | 175 if (!ret && crypto_ablkcipher_get_flags(ablk) & in qce_ablkcipher_setkey()
|
/linux-4.4.14/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-cipher.c | 515 flags = crypto_ablkcipher_get_flags(tfm); in sun4i_ss_des_setkey()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 832 static inline u32 crypto_ablkcipher_get_flags(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_get_flags() function
|
/linux-4.4.14/drivers/crypto/ |
D | picoxcell_crypto.c | 739 (crypto_ablkcipher_get_flags(cipher) & CRYPTO_TFM_REQ_WEAK_KEY)) { in spacc_des_setkey()
|