Home
last modified time | relevance | path

Searched defs:auth_library (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_handler_negotiate_unittest.cc65 auto auth_library = in SetUp() local
68 auto auth_library = std::make_unique<MockAuthLibrary>(); in SetUp() local
H A Dhttp_auth_handler_negotiate.cc55 HttpAuthHandlerNegotiate::AuthLibrary* auth_library, in CreateAuthSystem()