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

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

Completed in 249 milliseconds