Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/test/
H A Dcert_builder.h139 static std::string MakeRandomHexString(size_t num_bytes);
H A Dcert_builder.cc367 std::string CertBuilder::MakeRandomHexString(size_t num_bytes) { in MakeRandomHexString() function in net::CertBuilder
1139 std::string common_name = MakeRandomHexString(12); in GenerateSubject()
/aosp_15_r20/external/cronet/net/cert/
H A Dcert_verify_proc_unittest.cc283 std::string MakeRandomHexString(size_t num_bytes) { in MakeRandomHexString() function
684 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()
H A Dcert_verify_proc_builtin_unittest.cc100 std::string MakeRandomHexString(size_t num_bytes) { in MakeRandomHexString() function
107 return "/" + MakeRandomHexString(12) + std::string(suffix); in MakeRandomPath()