Searched refs:full_alg_name (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/ecryptfs/ |
D | crypto.c | 608 char *full_alg_name; in ecryptfs_init_crypt_ctx() local 621 rc = ecryptfs_crypto_api_algify_cipher_name(&full_alg_name, in ecryptfs_init_crypt_ctx() 625 crypt_stat->tfm = crypto_alloc_ablkcipher(full_alg_name, 0, 0); in ecryptfs_init_crypt_ctx() 631 full_alg_name); in ecryptfs_init_crypt_ctx() 637 kfree(full_alg_name); in ecryptfs_init_crypt_ctx() 1598 char *full_alg_name = NULL; in ecryptfs_process_key_cipher() local 1608 rc = ecryptfs_crypto_api_algify_cipher_name(&full_alg_name, cipher_name, in ecryptfs_process_key_cipher() 1612 *key_tfm = crypto_alloc_blkcipher(full_alg_name, 0, CRYPTO_ALG_ASYNC); in ecryptfs_process_key_cipher() 1616 "[%s]; rc = [%d]\n", full_alg_name, rc); in ecryptfs_process_key_cipher() 1629 "cipher [%s]; rc = [%d]\n", *key_size, full_alg_name, in ecryptfs_process_key_cipher() [all …]
|