Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_access_control_rsa_sign_verify_test_common.cpp592 …struct HksBlob newKeyAlias2 = { .size = strlen(newKey2), .data = reinterpret_cast<uint8_t *>(newKe… in HksAcRsaVerifyTestCustomCase() local
593 ret = HksImportKeyForDe(&newKeyAlias2, verifyParamSet2, publicKey2); in HksAcRsaVerifyTestCustomCase()
596 …ret = HksAcRsaThreeStageVerifyCustomCase(&newKeyAlias1, verifyParamSet1, &newKeyAlias2, verifyPara… in HksAcRsaVerifyTestCustomCase()
602 deleteRet = HksDeleteKeyForDe(&newKeyAlias2, verifyParamSet2); in HksAcRsaVerifyTestCustomCase()