Searched refs:baseKeyAlias1 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/ |
H A D | hks_test_aes_func.cpp | 297 GenerateBaseKey(&baseKeyAlias1); in TestAes256ByAgree() 306 ExportPubKey(&baseKeyAlias1, &pubKeyBlob1); in TestAes256ByAgree() 349 HksDeleteKeyForDe(&baseKeyAlias1, NULL); in TestAes256ByAgree() 363 GenerateBaseKey(&baseKeyAlias1); in TestAes256ByAgree1() 372 ExportPubKey(&baseKeyAlias1, &pubKeyBlob1); in TestAes256ByAgree1() 386 GenerateAesAgreeKey(&aesKeyAlias1, &baseKeyAlias1, &pubKeyAlias2, false, true); in TestAes256ByAgree1() 415 HksDeleteKeyForDe(&baseKeyAlias1, NULL); in TestAes256ByAgree1() 430 GenerateBaseKey(&baseKeyAlias1); in TestAes256ByAgree2() 439 ExportPubKey(&baseKeyAlias1, &pubKeyBlob1); in TestAes256ByAgree2() 444 GenerateAesAgreeKey(&aesKeyAlias1, &baseKeyAlias1, &pubKeyBlob2, true, false); in TestAes256ByAgree2() [all …]
|