OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authentication
(Results
1 - 7
of
7
) sorted by null
/external/okhttp/src/test/java/com/squareup/okhttp/internal/
RecordingAuthenticator.java
28
public final PasswordAuthentication
authentication
;
field in class:RecordingAuthenticator
30
public RecordingAuthenticator(PasswordAuthentication
authentication
) {
31
this.
authentication
=
authentication
;
56
return
authentication
;
/external/chromium_org/chromeos/network/onc/
onc_translator_onc_to_shill.cc
106
std::string
authentication
;
local
108
&
authentication
);
111
if (
authentication
== ::onc::ethernet::k8021X)
/external/kernel-headers/original/linux/
net.h
174
short
authentication
;
member in struct:net_proto_family
/external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java
33
import org.jivesoftware.smack.packet.
Authentication
;
383
private static
Authentication
parseAuthentication(XmlPullParser parser) throws Exception {
384
Authentication
authentication
= new
Authentication
();
local
390
authentication
.setUsername(parser.nextText());
393
authentication
.setPassword(parser.nextText());
396
authentication
.setDigest(parser.nextText());
399
authentication
.setResource(parser.nextText());
408
return
authentication
;
[
all
...]
/external/chromium_org/components/wifi/
wifi_service_win.cc
310
std::string*
authentication
,
1513
std::string
authentication
;
local
[
all
...]
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 668 milliseconds