Searched refs:MakeRandomHexString (Results 1 – 4 of 4) sorted by relevance
117 static std::string MakeRandomHexString(size_t num_bytes);
332 std::string CertBuilder::MakeRandomHexString(size_t num_bytes) { in MakeRandomHexString() function in net::CertBuilder1080 std::string common_name = MakeRandomHexString(12); in GenerateSubject()
83 std::string MakeRandomHexString(size_t num_bytes) { in MakeRandomHexString() function92 return "/" + MakeRandomHexString(12) + std::string(suffix); in MakeRandomPath()
274 std::string MakeRandomHexString(size_t num_bytes) { in MakeRandomHexString() function685 common_name += "a" + MakeRandomHexString(12) + ".example.com"; in TEST_P()711 common_name += "a" + MakeRandomHexString(12) + ".example.com"; in TEST_P()734 hostname += "a" + MakeRandomHexString(12) + ".example.com"; in TEST_P()2689 std::string issuer_cn = CertBuilder::MakeRandomHexString(12); in TEST_P()2722 std::string issuer_hex = CertBuilder::MakeRandomHexString(12); in TEST_P()2745 std::string issuer_hex = CertBuilder::MakeRandomHexString(12); in TEST_P()2857 return "/" + MakeRandomHexString(12) + std::string(suffix); in MakeRandomPath()