Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dablk_helper.c44 crypto_ablkcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK); in ablk_set_key()
Dctr.c268 crypto_ablkcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK); in crypto_rfc3686_setkey()
Dauthenc.c107 crypto_ablkcipher_clear_flags(enc, CRYPTO_TFM_REQ_MASK); in crypto_authenc_setkey()
Dccm.c84 crypto_ablkcipher_clear_flags(ctr, CRYPTO_TFM_REQ_MASK); in crypto_ccm_setkey()
Dauthencesn.c81 crypto_ablkcipher_clear_flags(enc, CRYPTO_TFM_REQ_MASK); in crypto_authenc_esn_setkey()
Dtestmgr.c972 crypto_ablkcipher_clear_flags(tfm, ~0); in __test_skcipher()
1039 crypto_ablkcipher_clear_flags(tfm, ~0); in __test_skcipher()
Dgcm.c121 crypto_ablkcipher_clear_flags(ctr, CRYPTO_TFM_REQ_MASK); in crypto_gcm_setkey()
Dtcrypt.c1149 crypto_ablkcipher_clear_flags(tfm, ~0); in test_acipher_speed()
/linux-4.1.27/fs/ext4/
Dcrypto.c334 crypto_ablkcipher_clear_flags(atfm, ~0); in ext4_page_crypto()
Dcrypto_fname.c412 crypto_ablkcipher_clear_flags(ctx->ctfm, ~0); in ext4_get_fname_crypto_ctx()
/linux-4.1.27/include/linux/
Dcrypto.h976 static inline void crypto_ablkcipher_clear_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_clear_flags() function
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c848 crypto_ablkcipher_clear_flags(ctr_tfm, ~0); in rfc4106_set_hash_subkey()