Home
last modified time | relevance | path

Searched refs:crypto_tfm_set_flags (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/include/linux/
Dcrypto.h540 static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_set_flags() function
637 crypto_tfm_set_flags(crypto_ablkcipher_tfm(tfm), flags); in crypto_ablkcipher_set_flags()
780 crypto_tfm_set_flags(crypto_aead_tfm(tfm), flags); in crypto_aead_set_flags()
956 crypto_tfm_set_flags(crypto_blkcipher_tfm(tfm), flags); in crypto_blkcipher_set_flags()
1081 crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags); in crypto_cipher_set_flags()
1181 crypto_tfm_set_flags(crypto_hash_tfm(tfm), flags); in crypto_hash_set_flags()
/linux-3.4.99/include/crypto/
Dhash.h158 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags); in crypto_ahash_set_flags()
309 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags); in crypto_shash_set_flags()
/linux-3.4.99/crypto/
Dxts.c61 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()
74 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()
Dctr.c43 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ctr_setkey()
266 crypto_tfm_set_flags(parent, crypto_blkcipher_get_flags(child) & in crypto_rfc3686_setkey()
Decb.c36 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ecb_setkey()
Dcbc.c37 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_cbc_setkey()
Dpcbc.c40 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_pcbc_setkey()
Dcts.c68 crypto_tfm_set_flags(parent, crypto_blkcipher_get_flags(child) & in crypto_cts_setkey()
Dlrw.c93 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()
/linux-3.4.99/arch/x86/crypto/
Dfpu.c37 crypto_tfm_set_flags(parent, crypto_blkcipher_get_flags(child) & in crypto_fpu_setkey()
Daesni-intel_glue.c944 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in rfc4106_set_key()
950 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in rfc4106_set_key()