Searched refs:AUTH (Results 1 – 7 of 7) sorted by relevance
/system/core/adb/ |
D | adb_trace.h | 38 AUTH, enumerator
|
D | protocol.txt | 66 hard-coded maxdata=4096, so CONNECT and AUTH packets sent to a device must not 83 --- AUTH(type, 0, "data") ---------------------------------------------- 87 The AUTH message informs the recipient that authentication is required to 90 AUTH packet where type is SIGNATURE(2) and data is the signature. If the 93 If the signature verification fails, the sender replies with a new AUTH 98 AUTH packet where type is RSAPUBLICKEY(3) and data is the public key. If
|
D | adb_trace.cpp | 124 {"auth", AUTH}, in setup_trace_mask()
|
D | adbd_auth.cpp | 17 #define TRACE_TAG AUTH
|
D | adb_auth_host.cpp | 17 #define TRACE_TAG AUTH
|
D | commandline.cpp | 1922 adb_trace_enable(AUTH); in adb_commandline()
|
/system/netd/server/ |
D | XfrmController.cpp | 585 enum { NLMSG_HDR, USERSA, USERSA_PAD, CRYPT, CRYPT_PAD, AUTH, AUTH_PAD, iovLen }; in createTransportModeSecurityAssociation() enumerator 604 len = iov[AUTH].iov_len = fillNlAttrXfrmAlgoAuth(record.auth, &auth); in createTransportModeSecurityAssociation()
|