Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp128 string hex2str(string a) { in hex2str() function
156 string rsa_2048_key = hex2str(
199 string rsa_key = hex2str(
223 string ec_256_key = hex2str(
230 string ec_521_key = hex2str(
242 hex2str("308193020100301306072a8648ce3d020106082a8648ce3d030107047930"
249 hex2str("308187020100301306072a8648ce3d020106082a8648ce3d030107046d30"
2230 auto wrapped_key = hex2str(
2241 auto wrapped_key_masked = hex2str(
2252 auto wrapping_key = hex2str(
[all …]
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintTest.cpp110 string hex2str(string a) { in hex2str() function
120 string rsa_key = hex2str(
189 string rsa_2048_key = hex2str(
290 string ec_256_key = hex2str(
316 string ec_521_key = hex2str(
349 string ec_256_key_rfc5915 = hex2str(
382 string ec_256_key_sec1 = hex2str(
3404 string key = hex2str("a49d7564199e97cb529d2c9d97bf2f98d35edf57ba1f7358"); in TEST_P()
3431 string key = hex2str("a49d7564199e97cb529d2c9d97bf2f98d35edf57ba1f7358"); in TEST_P()
3446 string long_key = hex2str("a49d7564199e97cb529d2c9d97bf2f98d35edf57ba1f735800"); in TEST_P()
[all …]
/hardware/interfaces/confirmationui/1.0/vts/functional/
DVtsHalConfirmationUIV1_0TargetTest.cpp166 std::string hex2str(std::string a) { in hex2str() function
463 auto expected = hex2str("2377fbcaa7fb3f6c20cfa1d9ebc60e9922cf58c909e25e300f3cb57f7805c886"); in TEST()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp221 string hex2str(string a) { in hex2str() function
244 string rsa_key = hex2str(
268 string ec_256_key = hex2str(
275 string ec_521_key = hex2str(
3201 const string key = hex2str(test.key); in TEST_P()
3202 const string nonce = hex2str(test.nonce); in TEST_P()
3203 const string plaintext = hex2str(test.plaintext); in TEST_P()
3204 const string ciphertext = hex2str(test.ciphertext); in TEST_P()