Searched refs:auth_library (Results 1 – 2 of 2) sorted by relevance
69 void set_library(AuthLibrary* auth_library) { in set_library() argument70 auth_library_.reset(auth_library); in set_library()
82 AuthLibrary* auth_library, in HttpAuthHandlerNegotiate() argument91 : auth_system_(auth_library, "Negotiate", NEGOSSP_NAME, max_token_length), in HttpAuthHandlerNegotiate()93 : auth_system_(auth_library, "Negotiate", CHROME_GSS_KRB5_MECH_OID_DESC), in HttpAuthHandlerNegotiate()