Searched refs:crypto_alloc_ablkcipher (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | crypto_key.c | 50 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/ |
D | crypto_key.c | 47 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/ |
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.4.14/crypto/ |
D | ablkcipher.c | 681 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name, in crypto_alloc_ablkcipher() function 717 EXPORT_SYMBOL_GPL(crypto_alloc_ablkcipher);
|
D | tcrypt.c | 1129 tfm = crypto_alloc_ablkcipher(algo, 0, 0); in test_acipher_speed()
|
/linux-4.4.14/drivers/crypto/qce/ |
D | ablkcipher.c | 234 ctx->fallback = crypto_alloc_ablkcipher(crypto_tfm_alg_name(tfm), in qce_ablkcipher_init()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 754 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name,
|
/linux-4.4.14/drivers/crypto/ |
D | mxs-dcp.c | 489 blk = crypto_alloc_ablkcipher(name, 0, flags); in mxs_dcp_aes_fallback_init()
|
D | sahara.c | 741 ctx->fallback = crypto_alloc_ablkcipher(name, 0, in sahara_aes_cra_init()
|
D | picoxcell_crypto.c | 998 ctx->sw_cipher = crypto_alloc_ablkcipher(alg->cra_name, 0, in spacc_ablk_cra_init()
|
/linux-4.4.14/fs/ecryptfs/ |
D | crypto.c | 625 crypt_stat->tfm = crypto_alloc_ablkcipher(full_alg_name, 0, 0); in ecryptfs_init_crypt_ctx()
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 836 ctr_tfm = crypto_alloc_ablkcipher("ctr(aes)", 0, 0); in rfc4106_set_hash_subkey()
|
/linux-4.4.14/drivers/md/ |
D | dm-crypt.c | 1459 cc->tfms[i] = crypto_alloc_ablkcipher(ciphermode, 0, 0); in crypt_alloc_tfms()
|