Home
last modified time | relevance | path

Searched refs:importedPlainKey (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_x25519_suite_test.cpp443 importWrappedKeyTestParams001.importedPlainKey = &g_importedAes256PlainKey;
476 importWrappedKeyTestParams002.importedPlainKey = &plainKey;
504 importWrappedKeyTestParams003.importedPlainKey = &plainKey;
535 importWrappedKeyTestParams004.importedPlainKey = &plainKey;
564 importWrappedKeyTestParams005.importedPlainKey = &plainKey;
H A Dhks_import_wrapped_ecdh_suite_test.cpp380 importWrappedKeyTestParams001.importedPlainKey = &g_importedAes192PlainKey;
410 importWrappedKeyTestParams002.importedPlainKey = &plainKey;
444 importWrappedKeyTestParams003.importedPlainKey = &g_importHmac256Key;
470 importWrappedKeyTestParams004.importedPlainKey = &g_importHmac256Key;
H A Dhks_import_wrapped_test_common.cpp103 params->importedPlainKey == nullptr) { in CheckParamsValid()
174 …ret = HksEncryptForDe(params->callerKekAlias, encryptParamSet, params->importedPlainKey, plainCiph… in EncryptImportedPlainKeyAndKek()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/
H A Dhks_import_wrapped_test_common.h40 struct HksBlob *importedPlainKey; member
/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/
H A Dhuks-import-wrapped-key-ndk.md74 struct OH_Huks_Blob *importedPlainKey;
315 params->importedKeyAlias == nullptr || params->importedPlainKey == nullptr) {
384 …ret = HuksEncrypt(params->callerKekAlias, encryptParamSet, params->importedPlainKey, plainCipherTe…
554 importWrappedKeyTestParams001.importedPlainKey = &g_importedAes256PlainKey;
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/
H A Dhuks-import-wrapped-key-ndk.md74 struct OH_Huks_Blob *importedPlainKey;
315 params->importedKeyAlias == nullptr || params->importedPlainKey == nullptr) {
384 …ret = HuksEncrypt(params->callerKekAlias, encryptParamSet, params->importedPlainKey, plainCipherTe…
554 importWrappedKeyTestParams001.importedPlainKey = &g_importedAes256PlainKey;