HomeSort by relevance Sort by last modified time
    Searched defs:auth_type (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /hardware/intel/common/libva/va/
va_drmcommon.h 68 int auth_type; member in struct:drm_state
  /external/tcpdump/
print-vrrp.c 109 int version, type, auth_type = VRRP_AUTH_NONE; /* keep compiler happy */ local
126 auth_type = bp[4];
127 ND_PRINT((ndo, ", authtype %s", tok2str(auth2str, NULL, auth_type)));
169 if (version == 2 && auth_type == VRRP_AUTH_SIMPLE) { /* simple text password */
print-bfd.c 91 uint8_t auth_type; member in struct:bfd_auth_header_t
251 tok2str(bfd_v1_authentication_values,"Unknown",bfd_auth_header->auth_type),
252 bfd_auth_header->auth_type,
print-rip.c 134 uint16_t auth_type = EXTRACT_16BITS(&ni->rip_tag); local
135 if (auth_type == 2) {
141 } else if (auth_type == 3) {
149 } else if (auth_type == 1) {
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
rfbtightserver.c 108 uint32_t auth_type; local
118 n = rfbReadExact(cl, (char *)&auth_type, sizeof(auth_type));
127 auth_type = Swap32IfLE(auth_type);
131 if (auth_type == rtcp->authCaps[i])
141 switch (auth_type) {
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 141 int auth_type; member in struct:xauth_ldap_config
  /external/wpa_supplicant_8/src/wps/
wps_enrollee.c 251 u16 auth_type = wps->wps->ap_auth_type; local
258 if (auth_type & WPS_AUTH_WPA2PSK)
259 auth_type = WPS_AUTH_WPA2PSK;
260 else if (auth_type & WPS_AUTH_WPAPSK)
261 auth_type = WPS_AUTH_WPAPSK;
262 else if (auth_type & WPS_AUTH_OPEN)
263 auth_type = WPS_AUTH_OPEN;
265 wpa_printf(MSG_DEBUG, "WPS: * Authentication Type (0x%x)", auth_type);
268 wpabuf_put_be16(msg, auth_type);
854 (cred.auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) =
    [all...]
wps_attr_parse.h 45 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
wps_i.h 92 * auth_type - Available authentication types
94 u16 auth_type; member in struct:wps_data
  /hardware/interfaces/gatekeeper/1.0/vts/functional/
VtsHalGatekeeperV1_0TargetTest.cpp 67 uint32_t auth_type = ntohl(auth_token->authenticator_type); local
70 EXPECT_EQ(HW_AUTH_PASSWORD, auth_type);
  /bionic/libc/kernel/uapi/linux/
ncp_fs.h 92 int auth_type; member in struct:ncp_objectname_ioctl
  /development/ndk/platforms/android-21/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /external/kernel-headers/original/uapi/linux/
ncp_fs.h 88 int auth_type; member in struct:ncp_objectname_ioctl
  /external/wpa_supplicant_8/src/common/
privsep_commands.h 105 u16 auth_type; member in struct:privsep_event_auth
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ncp_fs.h 88 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ncp_fs.h 88 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl

Completed in 640 milliseconds

1 2 3 4