Searched refs:crypto_ablkcipher_clear_flags (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/crypto/ |
D | ablk_helper.c | 44 crypto_ablkcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK); in ablk_set_key()
|
D | ctr.c | 268 crypto_ablkcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK); in crypto_rfc3686_setkey()
|
D | authenc.c | 107 crypto_ablkcipher_clear_flags(enc, CRYPTO_TFM_REQ_MASK); in crypto_authenc_setkey()
|
D | ccm.c | 84 crypto_ablkcipher_clear_flags(ctr, CRYPTO_TFM_REQ_MASK); in crypto_ccm_setkey()
|
D | authencesn.c | 81 crypto_ablkcipher_clear_flags(enc, CRYPTO_TFM_REQ_MASK); in crypto_authenc_esn_setkey()
|
D | testmgr.c | 972 crypto_ablkcipher_clear_flags(tfm, ~0); in __test_skcipher() 1039 crypto_ablkcipher_clear_flags(tfm, ~0); in __test_skcipher()
|
D | gcm.c | 121 crypto_ablkcipher_clear_flags(ctr, CRYPTO_TFM_REQ_MASK); in crypto_gcm_setkey()
|
D | tcrypt.c | 1149 crypto_ablkcipher_clear_flags(tfm, ~0); in test_acipher_speed()
|
/linux-4.1.27/fs/ext4/ |
D | crypto.c | 334 crypto_ablkcipher_clear_flags(atfm, ~0); in ext4_page_crypto()
|
D | crypto_fname.c | 412 crypto_ablkcipher_clear_flags(ctx->ctfm, ~0); in ext4_get_fname_crypto_ctx()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 976 static inline void crypto_ablkcipher_clear_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_clear_flags() function
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_glue.c | 848 crypto_ablkcipher_clear_flags(ctr_tfm, ~0); in rfc4106_set_hash_subkey()
|