Searched refs:pubKeyBlob2 (Results 1 – 1 of 1) sorted by relevance
/test/xts/acts/security_lite/huks/common/ |
D | hks_test_aes.c | 347 struct HksBlob pubKeyBlob2 = { TEST_AES_128, pubKey2 }; in TestAes256ByAgree() local 349 ExportPubKey(&baseKeyAlias2, &pubKeyBlob2); in TestAes256ByAgree() 358 ImportPubKey(&pubKeyAlias2, &pubKeyBlob2); in TestAes256ByAgree() 415 struct HksBlob pubKeyBlob2 = { TEST_AES_128, pubKey2 }; in TestAes256ByAgree1() local 417 ExportPubKey(&baseKeyAlias2, &pubKeyBlob2); in TestAes256ByAgree1() 426 ImportPubKey(&pubKeyAlias2, &pubKeyBlob2); in TestAes256ByAgree1() 482 struct HksBlob pubKeyBlob2 = { TEST_AES_128, pubKey2 }; in TestAes256ByAgree2() local 484 ExportPubKey(&baseKeyAlias2, &pubKeyBlob2); in TestAes256ByAgree2() 488 GenerateAesAgreeKey(&aesKeyAlias1, &baseKeyAlias1, &pubKeyBlob2, true, false); in TestAes256ByAgree2()
|