Home
last modified time | relevance | path

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

/hardware/interfaces/confirmationui/1.0/vts/functional/
DVtsHalConfirmationUIV1_0TargetTest.cpp162 std::string hex2str(std::string a) { in hex2str() function
398 auto expected = hex2str("2377fbcaa7fb3f6c20cfa1d9ebc60e9922cf58c909e25e300f3cb57f7805c886"); in TEST()
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp110 string hex2str(string a) { in hex2str() function
133 string rsa_key = hex2str(
157 string ec_256_key = hex2str(
164 string ec_521_key = hex2str(
1842 auto wrapped_key = hex2str(
1853 auto wrapped_key_masked = hex2str(
1864 auto wrapping_key = hex2str(
1893 hex2str("0000000000000000000000000000000000000000000000000000000000000000");
1894 string masking_key = hex2str("D796B02C370F1FA4CC0124F14EC8CBEBE987E825246265050F399A51FD477DFC");
2622 const string key = hex2str(test.key); in TEST_F()
[all …]
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp223 string hex2str(string a) { in hex2str() function
246 string rsa_key = hex2str(
270 string ec_256_key = hex2str(
277 string ec_521_key = hex2str(
3232 const string key = hex2str(test.key); in TEST_F()
3233 const string nonce = hex2str(test.nonce); in TEST_F()
3234 const string plaintext = hex2str(test.plaintext); in TEST_F()
3235 const string ciphertext = hex2str(test.ciphertext); in TEST_F()