Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_import_wrapped_test_common.cpp102 params->importWrappedKeyParamSet == nullptr || params->importedKeyAlias == nullptr || in CheckParamsValid()
216 ret = HksGetParam(params->importWrappedKeyParamSet, HKS_TAG_PURPOSE, &purpose); in ImportWrappedKey()
220 params->importWrappedKeyParamSet, wrappedKeyData); in ImportWrappedKey()
H A Dhks_import_wrapped_ecdh_suite_test.cpp353 importWrappedKeyTestParams->importWrappedKeyParamSet = importPlainKeyParams; in InitCommonTestParamsAndDoImport()
H A Dhks_import_wrapped_x25519_suite_test.cpp416 importWrappedKeyTestParams->importWrappedKeyParamSet = importPlainKeyParams; in InitCommonTestParamsAndDoImport()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/
H A Dhks_import_wrapped_test_common.h38 struct HksParamSet *importWrappedKeyParamSet; member
/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/
H A Dhuks-import-wrapped-key-ndk.md72 struct OH_Huks_ParamSet *importWrappedKeyParamSet;
314 params->agreeParamSet == nullptr || params->importWrappedKeyParamSet == nullptr ||
418 ret = OH_Huks_GetParam(params->importWrappedKeyParamSet, OH_HUKS_TAG_PURPOSE, &purpose);
423 params->importWrappedKeyParamSet, wrappedKeyData);
535 importWrappedKeyTestParams->importWrappedKeyParamSet = importPlainKeyParams;
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/
H A Dhuks-import-wrapped-key-ndk.md72 struct OH_Huks_ParamSet *importWrappedKeyParamSet;
314 params->agreeParamSet == nullptr || params->importWrappedKeyParamSet == nullptr ||
418 ret = OH_Huks_GetParam(params->importWrappedKeyParamSet, OH_HUKS_TAG_PURPOSE, &purpose);
423 params->importWrappedKeyParamSet, wrappedKeyData);
535 importWrappedKeyTestParams->importWrappedKeyParamSet = importPlainKeyParams;