Home
last modified time | relevance | path

Searched refs:HksDeriveKeyForDe (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_hkdf_derive_test_common.cpp90 ret = HksDeriveKeyForDe(deriveParamSet, &keyAlias, &derivedKey); in HksHkdfDeriveTestCmpCase()
H A Dhks_pbkdf2_derive_test_common.cpp91 ret = HksDeriveKeyForDe(deriveParamSet, &keyAlias, &derivedKey); in HksPbkdf2DeriveTestCmpCase()
H A Dhks_hmac_derive_test_common.cpp106 ret = HksDeriveKeyForDe(deriveParamSet, &keyAlias, &derivedKey); in HksHmacDeriveTestCmpCase()
H A Dhks_access_control_derive_test.cpp312 ret = HksDeriveKeyForDe(deriveParamSet, &keyAlias, &outBlob);
H A Dhks_cross_test_common.cpp343 ret = HksDeriveKeyForDe(initParamSet, keyAlias, &derivedKey); in HksCrossTestDerive()
H A Dhks_import_wrapped_sm2_suite_test.cpp526 … int32_t ret = HksDeriveKeyForDe(params->deriveKey1Param, params->importKekAlias, deriveKey1); in DeriveKeyBySmKdf()
528 ret = HksDeriveKeyForDe(params->deriveKey2Param, params->importKekAlias, deriveKey2); in DeriveKeyBySmKdf()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_adapt_for_de.h63 int32_t HksDeriveKeyForDe(const struct HksParamSet *paramSet, const struct HksBlob *mainKey,
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/common/
H A Dhks_test_api_performance.c119 int32_t ret = HksDeriveKeyForDe(paramSet, masterKey, derivedKey); in HksDeriveKeyRun()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_test_api_performance.c123 ret = HksDeriveKeyForDe(paramSet, masterKey, derivedKey); in HksDeriveKeyRun()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/
H A Dhks_api_test.cpp307 int32_t ret = HksDeriveKeyForDe(nullptr, nullptr, nullptr);
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_adapt_for_de.c347 int32_t HksDeriveKeyForDe(const struct HksParamSet *paramSet, const struct HksBlob *mainKey, in HksDeriveKeyForDe() function