Searched refs:crypto_alloc_ablkcipher (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/fs/ext4/ |
D | crypto_key.c | 47 struct crypto_ablkcipher *tfm = crypto_alloc_ablkcipher("ecb(aes)", 0, in ext4_derive_key_aes()
|
D | crypto.c | 165 crypto_alloc_ablkcipher("xts(aes)", 0, 0)); in ext4_get_crypto_ctx()
|
D | crypto_fname.c | 374 ctx->ctfm = crypto_alloc_ablkcipher("cts(cbc(aes))", in ext4_get_fname_crypto_ctx()
|
/linux-4.1.27/drivers/crypto/ccp/ |
D | ccp-crypto-aes-xts.c | 200 fallback_tfm = crypto_alloc_ablkcipher(crypto_tfm_alg_name(tfm), 0, in ccp_aes_xts_cra_init()
|
/linux-4.1.27/crypto/ |
D | ablkcipher.c | 673 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name, in crypto_alloc_ablkcipher() function 709 EXPORT_SYMBOL_GPL(crypto_alloc_ablkcipher);
|
D | algif_skcipher.c | 863 skcipher = crypto_alloc_ablkcipher(name, type, mask); in skcipher_bind()
|
D | tcrypt.c | 1100 tfm = crypto_alloc_ablkcipher(algo, 0, 0); in test_acipher_speed()
|
D | testmgr.c | 1566 tfm = crypto_alloc_ablkcipher(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_skcipher()
|
/linux-4.1.27/drivers/crypto/qce/ |
D | ablkcipher.c | 244 ctx->fallback = crypto_alloc_ablkcipher(crypto_tfm_alg_name(tfm), in qce_ablkcipher_init()
|
/linux-4.1.27/drivers/crypto/ |
D | mxs-dcp.c | 489 blk = crypto_alloc_ablkcipher(name, 0, flags); in mxs_dcp_aes_fallback_init()
|
D | sahara.c | 767 ctx->fallback = crypto_alloc_ablkcipher(name, 0, in sahara_aes_cra_init()
|
D | picoxcell_crypto.c | 1087 ctx->sw_cipher = crypto_alloc_ablkcipher(alg->cra_name, 0, in spacc_ablk_cra_init()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 887 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name,
|
/linux-4.1.27/fs/ecryptfs/ |
D | crypto.c | 626 crypt_stat->tfm = crypto_alloc_ablkcipher(full_alg_name, 0, 0); in ecryptfs_init_crypt_ctx()
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_glue.c | 844 ctr_tfm = crypto_alloc_ablkcipher("ctr(aes)", 0, 0); in rfc4106_set_hash_subkey()
|
/linux-4.1.27/drivers/md/ |
D | dm-crypt.c | 1442 cc->tfms[i] = crypto_alloc_ablkcipher(ciphermode, 0, 0); in crypt_alloc_tfms()
|