Lines Matching refs:full_alg_name
573 char *full_alg_name; in ecryptfs_init_crypt_ctx() local
586 rc = ecryptfs_crypto_api_algify_cipher_name(&full_alg_name, in ecryptfs_init_crypt_ctx()
590 crypt_stat->tfm = crypto_alloc_skcipher(full_alg_name, 0, 0); in ecryptfs_init_crypt_ctx()
596 full_alg_name); in ecryptfs_init_crypt_ctx()
603 kfree(full_alg_name); in ecryptfs_init_crypt_ctx()
1566 char *full_alg_name = NULL; in ecryptfs_process_key_cipher() local
1576 rc = ecryptfs_crypto_api_algify_cipher_name(&full_alg_name, cipher_name, in ecryptfs_process_key_cipher()
1580 *key_tfm = crypto_alloc_skcipher(full_alg_name, 0, CRYPTO_ALG_ASYNC); in ecryptfs_process_key_cipher()
1584 "[%s]; rc = [%d]\n", full_alg_name, rc); in ecryptfs_process_key_cipher()
1594 "cipher [%s]; rc = [%d]\n", *key_size, full_alg_name, in ecryptfs_process_key_cipher()
1600 kfree(full_alg_name); in ecryptfs_process_key_cipher()