Home
last modified time | relevance | path

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

/test/xts/acts/security_lite/huks/common/
Dhks_test_aes.c365 …struct HksBlob aesKeyAlias2 = { strlen(TEST_AES_KEY_DERIVE_NAME2), (uint8_t *)TEST_AES_KEY_DERIVE_… in TestAes256ByAgree() local
366 GenerateAesAgreeKey(&aesKeyAlias2, &baseKeyAlias2, &pubKeyAlias1, false, false); in TestAes256ByAgree()
386 ret = HksDecrypt(&aesKeyAlias2, paramSet, &cipherText, &plainText); in TestAes256ByAgree()
396 HksDeleteKey(&aesKeyAlias2, NULL); in TestAes256ByAgree()
433 …struct HksBlob aesKeyAlias2 = { strlen(TEST_AES_KEY_DERIVE_NAME2), (uint8_t *)TEST_AES_KEY_DERIVE_… in TestAes256ByAgree1() local
434 GenerateAesAgreeKey(&aesKeyAlias2, &baseKeyAlias2, &pubKeyAlias1, false, true); in TestAes256ByAgree1()
454 ret = HksDecrypt(&aesKeyAlias2, paramSet, &cipherText, &plainText); in TestAes256ByAgree1()
464 HksDeleteKey(&aesKeyAlias2, NULL); in TestAes256ByAgree1()
491 …struct HksBlob aesKeyAlias2 = { strlen(TEST_AES_KEY_DERIVE_NAME2), (uint8_t *)TEST_AES_KEY_DERIVE_… in TestAes256ByAgree2() local
492 GenerateAesAgreeKey(&aesKeyAlias2, &baseKeyAlias2, &pubKeyBlob1, true, false); in TestAes256ByAgree2()
[all …]