Fix typo in padding name 09/325509/1 tizen
authorJan Wojtkowski <j.wojtkowski@samsung.com>
Wed, 11 Jun 2025 07:23:49 +0000 (09:23 +0200)
committerJan Wojtkowski <j.wojtkowski@samsung.com>
Wed, 11 Jun 2025 07:23:54 +0000 (09:23 +0200)
Change-Id: I6aeaebfbb248b3d50fb8874f06011bc9abdb8c19

src/include/ckmc/ckmc-type.h

index d50c2bd72d8f1b1cfa360fbfff89f0477845d6df..2187478c6755c3e62f85e695658a0141a98d39b2 100644 (file)
@@ -501,7 +501,7 @@ typedef enum __ckmc_algo_type {
                        - #CKMC_PARAM_ALGO_TYPE = #CKMC_ALGO_AES_CBC (mandatory),
                        - #CKMC_PARAM_ED_IV = 16-byte initialization vector (mandatory),
                        - #CKMC_PARAM_ED_PADDING = type of padding algorithm to be used (optional,
-                       if not given, the default #CKMC_AES_PKCS7_PADDING is used) (Since 10.0) */
+                       if not given, the default #CKMC_AES_PADDING_PKCS7 is used) (Since 10.0) */
 
     CKMC_ALGO_AES_GCM, /**< AES-GCM algorithm
                        Supported parameters: