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(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 …]
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()