projects
/
platform
/
core
/
security
/
key-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78e0bf5
)
Fix typo in padding name
09/325509/1
tizen
author
Jan Wojtkowski
<j.wojtkowski@samsung.com>
Wed, 11 Jun 2025 07:23:49 +0000
(09:23 +0200)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/src/include/ckmc/ckmc-type.h
b/src/include/ckmc/ckmc-type.h
index d50c2bd72d8f1b1cfa360fbfff89f0477845d6df..2187478c6755c3e62f85e695658a0141a98d39b2 100644
(file)
--- a/
src/include/ckmc/ckmc-type.h
+++ b/
src/include/ckmc/ckmc-type.h
@@
-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_P
KCS7_PADDING
is used) (Since 10.0) */
+ if not given, the default #CKMC_AES_P
ADDING_PKCS7
is used) (Since 10.0) */
CKMC_ALGO_AES_GCM, /**< AES-GCM algorithm
Supported parameters: