Home
last modified time | relevance | path

Searched refs:genWrappingKeyParamSet (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_import_wrapped_test_common.cpp97 if (params->wrappingKeyAlias == nullptr || params->genWrappingKeyParamSet == nullptr || in CheckParamsValid()
114 …int32_t ret = HksGenerateKeyForDe(params->wrappingKeyAlias, params->genWrappingKeyParamSet, nullpt… in GenerateAndExportHuksPublicKey()
138 …ret = HksExportPublicKeyForDe(params->callerKeyAlias, params->genWrappingKeyParamSet, callerSelfPu… in GenerateAndExportCallerPublicKey()
H A Dhks_import_wrapped_ecdh_suite_test.cpp329 importWrappedKeyTestParams->genWrappingKeyParamSet = genEcdhKeyParamSet; in InitCommonTestParamsAndDoImport()
H A Dhks_import_wrapped_sm2_suite_test.cpp405 struct HksParamSet *genWrappingKeyParamSet, struct HksBlob *huksPublicKey) in GenerateAndExportHuksPublicKey() argument
407 int32_t ret = HksGenerateKeyForDe(wrappingKeyAlias, genWrappingKeyParamSet, nullptr); in GenerateAndExportHuksPublicKey()
H A Dhks_import_wrapped_x25519_suite_test.cpp392 importWrappedKeyTestParams->genWrappingKeyParamSet = genX25519KeyParamSet; in InitCommonTestParamsAndDoImport()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/
H A Dhks_import_wrapped_test_common.h25 struct HksParamSet *genWrappingKeyParamSet; member
/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/
H A Dhuks-import-wrapped-key-ndk.md63 struct OH_Huks_ParamSet *genWrappingKeyParamSet;
310 if (params->wrappingKeyAlias == nullptr || params->genWrappingKeyParamSet == nullptr ||
323 …t ret = OH_Huks_GenerateKeyItem(params->wrappingKeyAlias, params->genWrappingKeyParamSet, nullptr);
346 …ret = OH_Huks_ExportPublicKeyItem(params->callerKeyAlias, params->genWrappingKeyParamSet, callerSe…
512 importWrappedKeyTestParams->genWrappingKeyParamSet = genX25519KeyParamSet;
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/
H A Dhuks-import-wrapped-key-ndk.md63 struct OH_Huks_ParamSet *genWrappingKeyParamSet;
310 if (params->wrappingKeyAlias == nullptr || params->genWrappingKeyParamSet == nullptr ||
323 …t ret = OH_Huks_GenerateKeyItem(params->wrappingKeyAlias, params->genWrappingKeyParamSet, nullptr);
346 …ret = OH_Huks_ExportPublicKeyItem(params->callerKeyAlias, params->genWrappingKeyParamSet, callerSe…
512 importWrappedKeyTestParams->genWrappingKeyParamSet = genX25519KeyParamSet;