Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/vmx/
Daes_ctr.c57 crypto_blkcipher_set_flags(fallback, in p8_aes_ctr_init()
Daes_cbc.c59 crypto_blkcipher_set_flags(fallback, in p8_aes_cbc_init()
/linux-4.1.27/arch/x86/crypto/
Dfpu.c35 crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_fpu_setkey()
/linux-4.1.27/crypto/
Dcts.c65 crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_cts_setkey()
Dcryptd.c193 crypto_blkcipher_set_flags(child, crypto_ablkcipher_get_flags(parent) & in cryptd_blkcipher_setkey()
/linux-4.1.27/include/linux/
Dcrypto.h1755 static inline void crypto_blkcipher_set_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_flags() function
/linux-4.1.27/fs/ecryptfs/
Dcrypto.c1620 crypto_blkcipher_set_flags(*key_tfm, CRYPTO_TFM_REQ_WEAK_KEY); in ecryptfs_process_key_cipher()