Adjust API change request review result 18/48918/9
authorKyungwook Tak <k.tak@samsung.com>
Thu, 1 Oct 2015 12:36:34 +0000 (21:36 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Tue, 13 Oct 2015 01:57:42 +0000 (10:57 +0900)
commit01dce83f4afbaaf97c2219c2da971fa1f76490de
tree94082590e67292155177e6b5e926ea09715db262
parentc08d6866d606b15a3dd9319bbb15fc9ff6fa381d
Adjust API change request review result

 * remove useless const keyword in ckmc_create_key_aes
 * ckmc_generate_params allocates new ckmc_param_list_s inside of itself
 * ckmc_generate_params is renamed to ckmc_generate_new_params
 * ckmc_param_list_s is changed to ckmc_param_list_h (handle)
 * handle is structure pointer : typedef struct __ckmc_param_list *ckmc_param_list_h
 * ckmc_param_list_add_integer -> ckmc_param_list_set_integer
 * ckmc_param_list_add_buffer  -> ckmc_param_list_set_buffer

 * new line for too long description
 * use dot properly in description (Should not used in params and retvals)

Change-Id: I760465e1ae0d1665d596ff10d402c5f191a6f1d4
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
src/include/ckmc/ckmc-manager.h
src/include/ckmc/ckmc-type.h
src/manager/client-capi/ckmc-manager.cpp
src/manager/client-capi/ckmc-type.cpp