Home
last modified time | relevance | path

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/
Dhks_others_test.cpp107 int32_t ret = HksUnwrapKey(NULL, NULL, NULL, NULL);
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
Dhks_others_test.c119 int32_t ret = HksUnwrapKey(NULL, NULL, NULL, NULL); in LITE_TEST_CASE()
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
Dhks_others_test.cpp117 int32_t ret = HksUnwrapKey(NULL, NULL, NULL, NULL);
/base/security/huks/interfaces/inner_api/huks_standard/main/
Dlibhukssdk.map39 HksUnwrapKey;
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
Dhks_api.h263 HKS_API_EXPORT int32_t HksUnwrapKey(const struct HksBlob *keyAlias, const struct HksBlob *targetKey…
/base/security/huks/interfaces/inner_api/huks_standard/main/src/
Dhks_api.c545 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/
Dhuks_adapter.c2070 status = HksUnwrapKey(&hks_dec_alias, &hks_target_alias, &wrap_data, key_param_set); in asset_unwrap()