Lines Matching refs:full_alg_name
558 char *full_alg_name; in ecryptfs_init_crypt_ctx() local
571 rc = ecryptfs_crypto_api_algify_cipher_name(&full_alg_name, in ecryptfs_init_crypt_ctx()
575 crypt_stat->tfm = crypto_alloc_skcipher(full_alg_name, 0, 0); in ecryptfs_init_crypt_ctx()
581 full_alg_name); in ecryptfs_init_crypt_ctx()
588 kfree(full_alg_name); in ecryptfs_init_crypt_ctx()
1551 char *full_alg_name = NULL; in ecryptfs_process_key_cipher() local
1561 rc = ecryptfs_crypto_api_algify_cipher_name(&full_alg_name, cipher_name, in ecryptfs_process_key_cipher()
1565 *key_tfm = crypto_alloc_skcipher(full_alg_name, 0, CRYPTO_ALG_ASYNC); in ecryptfs_process_key_cipher()
1569 "[%s]; rc = [%d]\n", full_alg_name, rc); in ecryptfs_process_key_cipher()
1579 "cipher [%s]; rc = [%d]\n", *key_size, full_alg_name, in ecryptfs_process_key_cipher()
1585 kfree(full_alg_name); in ecryptfs_process_key_cipher()