Searched refs:MakeRandomHexString (Results 1 – 4 of 4) sorted by relevance
139 static std::string MakeRandomHexString(size_t num_bytes);
367 std::string CertBuilder::MakeRandomHexString(size_t num_bytes) { in MakeRandomHexString() function in net::CertBuilder1139 std::string common_name = MakeRandomHexString(12); in GenerateSubject()
283 std::string MakeRandomHexString(size_t num_bytes) { in MakeRandomHexString() function684 common_name += "a" + MakeRandomHexString(12) + ".example.com"; in TEST_P()709 common_name += "a" + MakeRandomHexString(12) + ".example.com"; in TEST_P()731 hostname += "a" + MakeRandomHexString(12) + ".example.com"; in TEST_P()2642 std::string issuer_cn = CertBuilder::MakeRandomHexString(12); in TEST_P()2675 std::string issuer_hex = CertBuilder::MakeRandomHexString(12); in TEST_P()2698 std::string issuer_hex = CertBuilder::MakeRandomHexString(12); in TEST_P()2812 return "/" + MakeRandomHexString(12) + std::string(suffix); in MakeRandomPath()
100 std::string MakeRandomHexString(size_t num_bytes) { in MakeRandomHexString() function107 return "/" + MakeRandomHexString(12) + std::string(suffix); in MakeRandomPath()