Home
last modified time | relevance | path

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

/external/cronet/net/test/
Dcert_builder.h117 static std::string MakeRandomHexString(size_t num_bytes);
Dcert_builder.cc332 std::string CertBuilder::MakeRandomHexString(size_t num_bytes) { in MakeRandomHexString() function in net::CertBuilder
1080 std::string common_name = MakeRandomHexString(12); in GenerateSubject()
/external/cronet/net/cert/
Dcert_verify_proc_builtin_unittest.cc83 std::string MakeRandomHexString(size_t num_bytes) { in MakeRandomHexString() function
92 return "/" + MakeRandomHexString(12) + std::string(suffix); in MakeRandomPath()
Dcert_verify_proc_unittest.cc274 std::string MakeRandomHexString(size_t num_bytes) { in MakeRandomHexString() function
685 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()