Searched refs:full_alg_name (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/ecryptfs/ |
D | crypto.c | 609 char *full_alg_name; in ecryptfs_init_crypt_ctx() local 622 rc = ecryptfs_crypto_api_algify_cipher_name(&full_alg_name, in ecryptfs_init_crypt_ctx() 626 crypt_stat->tfm = crypto_alloc_ablkcipher(full_alg_name, 0, 0); in ecryptfs_init_crypt_ctx() 632 full_alg_name); in ecryptfs_init_crypt_ctx() 638 kfree(full_alg_name); in ecryptfs_init_crypt_ctx() 1599 char *full_alg_name = NULL; in ecryptfs_process_key_cipher() local 1609 rc = ecryptfs_crypto_api_algify_cipher_name(&full_alg_name, cipher_name, in ecryptfs_process_key_cipher() 1613 *key_tfm = crypto_alloc_blkcipher(full_alg_name, 0, CRYPTO_ALG_ASYNC); in ecryptfs_process_key_cipher() 1617 "[%s]; rc = [%d]\n", full_alg_name, rc); in ecryptfs_process_key_cipher() 1630 "cipher [%s]; rc = [%d]\n", *key_size, full_alg_name, in ecryptfs_process_key_cipher() [all …]
|