Searched refs:auth1 (Results 1 - 3 of 3) sorted by relevance

/external/openssh/openbsd-compat/
H A Dport-aix.c132 char *auth1, *sys, *p; local
145 if (getuserattr((char *)user, S_AUTH1, &auth1, SEC_LIST) != 0) {
146 logit("Can't retrieve attribute auth1 for %s: %.100s",
151 p = auth1;
154 debug3("AIX auth1 attribute list member %s", p);
156 logit("Account %s has unsupported auth1 value '%s'",
/external/openssh/
H A DAndroid.mk112 auth.c auth1.c auth2.c auth-options.c session.c \
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api_unittest.cc2091 net::AuthCredentials auth1; local
2093 deltas, &auth1, &warning_set, &net_log);
2095 EXPECT_FALSE(auth1.Empty());
2096 EXPECT_EQ(username, auth1.username());
2097 EXPECT_EQ(password, auth1.password());
2114 EXPECT_EQ(username, auth1.username());
2115 EXPECT_EQ(password, auth1.password());
2134 EXPECT_EQ(username, auth1.username());
2135 EXPECT_EQ(password, auth1.password());

Completed in 137 milliseconds