Searched refs:pubKeyBlob1 (Results 1 – 1 of 1) sorted by relevance
/test/xts/acts/security_lite/huks/common/ |
D | hks_test_aes.c | 346 struct HksBlob pubKeyBlob1 = { TEST_AES_128, pubKey1 }; in TestAes256ByAgree() local 348 ExportPubKey(&baseKeyAlias1, &pubKeyBlob1); in TestAes256ByAgree() 357 ImportPubKey(&pubKeyAlias1, &pubKeyBlob1); in TestAes256ByAgree() 414 struct HksBlob pubKeyBlob1 = { TEST_AES_128, pubKey1 }; in TestAes256ByAgree1() local 416 ExportPubKey(&baseKeyAlias1, &pubKeyBlob1); in TestAes256ByAgree1() 425 ImportPubKey(&pubKeyAlias1, &pubKeyBlob1); in TestAes256ByAgree1() 481 struct HksBlob pubKeyBlob1 = { TEST_AES_128, pubKey1 }; in TestAes256ByAgree2() local 483 ExportPubKey(&baseKeyAlias1, &pubKeyBlob1); in TestAes256ByAgree2() 492 GenerateAesAgreeKey(&aesKeyAlias2, &baseKeyAlias2, &pubKeyBlob1, true, false); in TestAes256ByAgree2()
|