From 6672eea85a72d337250134dae7f17bb4ce730624 Mon Sep 17 00:00:00 2001 From: Krzysztof Jackiewicz Date: Mon, 11 Sep 2023 14:03:30 +0200 Subject: [PATCH] Fix key-wrapping documentation Change-Id: I67d762c719e2fc1a7cae7f3537f69760fa9eef3f --- src/include/ckmc/ckmc-manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ckmc/ckmc-manager.h b/src/include/ckmc/ckmc-manager.h index 748e19e..877ea50 100644 --- a/src/include/ckmc/ckmc-manager.h +++ b/src/include/ckmc/ckmc-manager.h @@ -1168,7 +1168,7 @@ int ckmc_import_wrapped_key(const ckmc_param_list_h params, * @remarks The wrapping key must be either symmetric (#CKMC_KEY_AES) or public RSA * (#CKMC_KEY_RSA_PUBLIC). * @remarks The @a ppwrapped_key should be released using ckmc_key_free(). - * @remarks The key denoted by @a wrapping_key_alias can only be #CKMC_KEY_AES. + * @remarks The key denoted by @a alias can only be #CKMC_KEY_AES. * * @param[in] params Algorithm parameter list handle. See #ckmc_param_list_h and #ckmc_algo_type_e * for details. Supported algorithms: -- 2.7.4