Searched refs:pubKeyAlias2 (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 | 309 struct HksBlob pubKeyAlias2 = { in TestAes256ByAgree() local 316 ImportPubKey(&pubKeyAlias2, &pubKeyBlob2); in TestAes256ByAgree() 320 GenerateAesAgreeKey(&aesKeyAlias1, &baseKeyAlias1, &pubKeyAlias2, false, false); in TestAes256ByAgree() 352 HksDeleteKeyForDe(&pubKeyAlias2, NULL); in TestAes256ByAgree() 378 struct HksBlob pubKeyAlias2 = { in TestAes256ByAgree1() local 382 ImportPubKey(&pubKeyAlias2, &pubKeyBlob2); in TestAes256ByAgree1() 386 GenerateAesAgreeKey(&aesKeyAlias1, &baseKeyAlias1, &pubKeyAlias2, false, true); in TestAes256ByAgree1() 418 HksDeleteKeyForDe(&pubKeyAlias2, NULL); in TestAes256ByAgree1()
|