Home | History | Annotate | Download | only in password_manager

Lines Matching defs:auth_type

44             const SecAuthenticationType& auth_type, const char* security_domain,
71 const SecAuthenticationType& auth_type,
107 if (auth_type != kSecAuthenticationTypeAny) {
110 search_attributes_.attr[entries].length = sizeof(auth_type);
112 const_cast<void*>(reinterpret_cast<const void*>(&auth_type));
224 // Returns the PasswordForm Scheme corresponding to |auth_type|.
225 PasswordForm::Scheme SchemeForAuthType(SecAuthenticationType auth_type) {
226 switch (auth_type) {
305 SecAuthenticationType auth_type =
307 form->scheme = SchemeForAuthType(auth_type);
664 SecAuthenticationType auth_type = AuthTypeForScheme(scheme);
668 keychain_search.Init(server.c_str(), port, protocol, auth_type,