Searched refs:HksUnwrapKey (Results 1 – 7 of 7) sorted by relevance
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
D | hks_others_test.cpp | 107 int32_t ret = HksUnwrapKey(NULL, NULL, NULL, NULL);
|
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/ |
D | hks_others_test.c | 119 int32_t ret = HksUnwrapKey(NULL, NULL, NULL, NULL); in LITE_TEST_CASE()
|
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/ |
D | hks_others_test.cpp | 117 int32_t ret = HksUnwrapKey(NULL, NULL, NULL, NULL);
|
/base/security/huks/interfaces/inner_api/huks_standard/main/ |
D | libhukssdk.map | 39 HksUnwrapKey;
|
/base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
D | hks_api.h | 263 HKS_API_EXPORT int32_t HksUnwrapKey(const struct HksBlob *keyAlias, const struct HksBlob *targetKey…
|
/base/security/huks/interfaces/inner_api/huks_standard/main/src/ |
D | hks_api.c | 545 HKS_API_EXPORT int32_t HksUnwrapKey(const struct HksBlob *keyAlias, const struct HksBlob *targetKey… in HksUnwrapKey() function
|
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
D | huks_adapter.c | 2070 status = HksUnwrapKey(&hks_dec_alias, &hks_target_alias, &wrap_data, key_param_set); in asset_unwrap()
|