Home
last modified time | relevance | path

Searched refs:crypto_alloc_ablkcipher (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dcrypto_key.c50 struct crypto_ablkcipher *tfm = crypto_alloc_ablkcipher("ecb(aes)", 0, in f2fs_derive_key_aes()
216 ctfm = crypto_alloc_ablkcipher(cipher_str, 0, 0); in _f2fs_get_encryption_info()
/linux-4.4.14/fs/ext4/
Dcrypto_key.c47 struct crypto_ablkcipher *tfm = crypto_alloc_ablkcipher("ecb(aes)", 0, in ext4_derive_key_aes()
240 ctfm = crypto_alloc_ablkcipher(cipher_str, 0, 0); in _ext4_get_encryption_info()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c200 fallback_tfm = crypto_alloc_ablkcipher(crypto_tfm_alg_name(tfm), 0, in ccp_aes_xts_cra_init()
/linux-4.4.14/crypto/
Dablkcipher.c681 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name, in crypto_alloc_ablkcipher() function
717 EXPORT_SYMBOL_GPL(crypto_alloc_ablkcipher);
Dtcrypt.c1129 tfm = crypto_alloc_ablkcipher(algo, 0, 0); in test_acipher_speed()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c234 ctx->fallback = crypto_alloc_ablkcipher(crypto_tfm_alg_name(tfm), in qce_ablkcipher_init()
/linux-4.4.14/include/linux/
Dcrypto.h754 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name,
/linux-4.4.14/drivers/crypto/
Dmxs-dcp.c489 blk = crypto_alloc_ablkcipher(name, 0, flags); in mxs_dcp_aes_fallback_init()
Dsahara.c741 ctx->fallback = crypto_alloc_ablkcipher(name, 0, in sahara_aes_cra_init()
Dpicoxcell_crypto.c998 ctx->sw_cipher = crypto_alloc_ablkcipher(alg->cra_name, 0, in spacc_ablk_cra_init()
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c625 crypt_stat->tfm = crypto_alloc_ablkcipher(full_alg_name, 0, 0); in ecryptfs_init_crypt_ctx()
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c836 ctr_tfm = crypto_alloc_ablkcipher("ctr(aes)", 0, 0); in rfc4106_set_hash_subkey()
/linux-4.4.14/drivers/md/
Ddm-crypt.c1459 cc->tfms[i] = crypto_alloc_ablkcipher(ciphermode, 0, 0); in crypt_alloc_tfms()