Lines Matching refs:full_alg_name
535 char *full_alg_name; in ecryptfs_init_crypt_ctx() local
548 rc = ecryptfs_crypto_api_algify_cipher_name(&full_alg_name, in ecryptfs_init_crypt_ctx()
552 crypt_stat->tfm = crypto_alloc_skcipher(full_alg_name, 0, 0); in ecryptfs_init_crypt_ctx()
558 full_alg_name); in ecryptfs_init_crypt_ctx()
565 kfree(full_alg_name); in ecryptfs_init_crypt_ctx()
1527 char *full_alg_name = NULL; in ecryptfs_process_key_cipher() local
1537 rc = ecryptfs_crypto_api_algify_cipher_name(&full_alg_name, cipher_name, in ecryptfs_process_key_cipher()
1541 *key_tfm = crypto_alloc_skcipher(full_alg_name, 0, CRYPTO_ALG_ASYNC); in ecryptfs_process_key_cipher()
1545 "[%s]; rc = [%d]\n", full_alg_name, rc); in ecryptfs_process_key_cipher()
1555 "cipher [%s]; rc = [%d]\n", *key_size, full_alg_name, in ecryptfs_process_key_cipher()
1561 kfree(full_alg_name); in ecryptfs_process_key_cipher()