Home
last modified time | relevance | path

Searched refs:HksImportWrappedKeyForDe (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_adapt_for_de.h35 int32_t HksImportWrappedKeyForDe(const struct HksBlob *keyAlias, const struct HksBlob *wrappingKeyA…
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/
H A Dhks_api_test.cpp415 int32_t ret = HksImportWrappedKeyForDe(nullptr, nullptr, nullptr, nullptr);
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_import_wrapped_test_common.cpp219 ret = HksImportWrappedKeyForDe(params->importedKeyAlias, params->wrappingKeyAlias, in ImportWrappedKey()
H A Dhks_import_wrapped_sm2_suite_test.cpp601 ret = HksImportWrappedKeyForDe(params->importKeyAlias, params->wrappingKeyAlias, in importSmKey()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_adapt_for_de.c129 int32_t HksImportWrappedKeyForDe(const struct HksBlob *keyAlias, const struct HksBlob *wrappingKeyA… in HksImportWrappedKeyForDe() function