Home
last modified time | relevance | path

Searched refs:HksUnwrapKey (Results 1 – 6 of 6) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
Dhks_others_test.cpp105 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.map41 HksUnwrapKey;
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
Dhks_api.h273 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.c621 HKS_API_EXPORT int32_t HksUnwrapKey(const struct HksBlob *keyAlias, const struct HksBlob *targetKey… in HksUnwrapKey() function