Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dcrypto_key.c47 struct crypto_ablkcipher *tfm = crypto_alloc_ablkcipher("ecb(aes)", 0, in ext4_derive_key_aes()
Dcrypto.c165 crypto_alloc_ablkcipher("xts(aes)", 0, 0)); in ext4_get_crypto_ctx()
Dcrypto_fname.c374 ctx->ctfm = crypto_alloc_ablkcipher("cts(cbc(aes))", in ext4_get_fname_crypto_ctx()
/linux-4.1.27/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.1.27/crypto/
Dablkcipher.c673 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name, in crypto_alloc_ablkcipher() function
709 EXPORT_SYMBOL_GPL(crypto_alloc_ablkcipher);
Dalgif_skcipher.c863 skcipher = crypto_alloc_ablkcipher(name, type, mask); in skcipher_bind()
Dtcrypt.c1100 tfm = crypto_alloc_ablkcipher(algo, 0, 0); in test_acipher_speed()
Dtestmgr.c1566 tfm = crypto_alloc_ablkcipher(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_skcipher()
/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c244 ctx->fallback = crypto_alloc_ablkcipher(crypto_tfm_alg_name(tfm), in qce_ablkcipher_init()
/linux-4.1.27/drivers/crypto/
Dmxs-dcp.c489 blk = crypto_alloc_ablkcipher(name, 0, flags); in mxs_dcp_aes_fallback_init()
Dsahara.c767 ctx->fallback = crypto_alloc_ablkcipher(name, 0, in sahara_aes_cra_init()
Dpicoxcell_crypto.c1087 ctx->sw_cipher = crypto_alloc_ablkcipher(alg->cra_name, 0, in spacc_ablk_cra_init()
/linux-4.1.27/include/linux/
Dcrypto.h887 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name,
/linux-4.1.27/fs/ecryptfs/
Dcrypto.c626 crypt_stat->tfm = crypto_alloc_ablkcipher(full_alg_name, 0, 0); in ecryptfs_init_crypt_ctx()
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c844 ctr_tfm = crypto_alloc_ablkcipher("ctr(aes)", 0, 0); in rfc4106_set_hash_subkey()
/linux-4.1.27/drivers/md/
Ddm-crypt.c1442 cc->tfms[i] = crypto_alloc_ablkcipher(ciphermode, 0, 0); in crypt_alloc_tfms()