Home
last modified time | relevance | path

Searched refs:crypto_blkcipher_set_flags (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/crypto/vmx/
Daes_ctr.c59 crypto_blkcipher_set_flags( in p8_aes_ctr_init()
Daes_cbc.c61 crypto_blkcipher_set_flags( in p8_aes_cbc_init()
/linux-4.4.14/arch/x86/crypto/
Dfpu.c35 crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_fpu_setkey()
/linux-4.4.14/crypto/
Dskcipher.c42 crypto_blkcipher_set_flags(blkcipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_blkcipher()
Dcts.c65 crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_cts_setkey()
Dcryptd.c192 crypto_blkcipher_set_flags(child, crypto_ablkcipher_get_flags(parent) & in cryptd_blkcipher_setkey()
/linux-4.4.14/include/linux/
Dcrypto.h1228 static inline void crypto_blkcipher_set_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_flags() function
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c1619 crypto_blkcipher_set_flags(*key_tfm, CRYPTO_TFM_REQ_WEAK_KEY); in ecryptfs_process_key_cipher()