Searched refs:hex2str (Results 1 – 3 of 3) sorted by relevance
162 std::string hex2str(std::string a) { in hex2str() function398 auto expected = hex2str("2377fbcaa7fb3f6c20cfa1d9ebc60e9922cf58c909e25e300f3cb57f7805c886"); in TEST()
110 string hex2str(string a) { in hex2str() function133 string rsa_key = hex2str(157 string ec_256_key = hex2str(164 string ec_521_key = hex2str(176 hex2str("308193020100301306072a8648ce3d020106082a8648ce3d030107047930"183 hex2str("308187020100301306072a8648ce3d020106082a8648ce3d030107046d30"2209 auto wrapped_key = hex2str(2220 auto wrapped_key_masked = hex2str(2231 auto wrapping_key = hex2str(2260 hex2str("0000000000000000000000000000000000000000000000000000000000000000");[all …]
223 string hex2str(string a) { in hex2str() function246 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()