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

1 2 3

  /hardware/intel/common/libva/va/
va_drmcommon.h 68 int auth_type; member in struct:drm_state
  /external/tcpdump/
print-vrrp.c 90 int version, type, auth_type; local
105 auth_type = bp[4];
106 printf(", authtype %s", tok2str(auth2str, NULL, auth_type));
134 if (auth_type == VRRP_AUTH_SIMPLE) { /* simple text password */
print-rip.c 135 u_int16_t auth_type = EXTRACT_16BITS(&ni->rip_tag); local
136 if (auth_type == 2) {
142 } else if (auth_type == 3) {
150 } else if (auth_type == 1) {
print-bfd.c 99 u_int8_t auth_type; member in struct:bfd_auth_header_t
258 tok2str(bfd_v1_authentication_values,"Unknown",bfd_auth_header->auth_type),
259 bfd_auth_header->auth_type,
  /system/security/keystore/
auth_token_table.cpp 92 hw_authenticator_type_t auth_type = HW_AUTH_NONE;
93 key_info.GetTagValue(TAG_USER_AUTH_TYPE, &auth_type);
99 return FindAuthPerOpAuthorization(key_sids, auth_type, op_handle, found);
101 return FindTimedAuthorization(key_sids, auth_type, key_info, found);
105 const std::vector<uint64_t>& sids, hw_authenticator_type_t auth_type,
116 if (!matching_op->SatisfiesAuth(sids, auth_type))
124 hw_authenticator_type_t auth_type,
129 if (entry.SatisfiesAuth(sids, auth_type) && entry.is_newer_than(newest_match))
195 hw_authenticator_type_t auth_type) {
198 (sid == token_->user_id && (auth_type & authenticator_type()) != 0)
    [all...]
auth_token_table.h 122 bool SatisfiesAuth(const std::vector<uint64_t>& sids, hw_authenticator_type_t auth_type);
146 hw_authenticator_type_t auth_type,
150 hw_authenticator_type_t auth_type,
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 122 const u8 *auth_type)
124 if (auth_type == NULL) {
130 cred->auth_type = WPA_GET_BE16(auth_type);
132 cred->auth_type);
174 if (cred->auth_type == WPS_AUTH_OPEN &&
212 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
244 wps_process_cred_auth_type(cred, attr->auth_type) ||
263 wps_process_cred_auth_type(cred, attr->auth_type) ||
wps_attr_parse.h 45 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
  /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/srtp/crypto/kernel/
crypto_kernel.c 208 printf("auth func: %s\n", atype->auth_type->description);
209 printf(" instance count: %d\n", atype->auth_type->ref_count);
211 status = auth_type_self_test(atype->auth_type);
276 atype->auth_type->description);
363 if ((new_at == atype->auth_type) || (id == atype->id))
375 new_atype->auth_type = new_at;
439 return atype->auth_type;
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 141 int auth_type; member in struct:xauth_ldap_config
  /external/srtp/crypto/include/
crypto_kernel.h 88 auth_type_t *auth_type; member in struct:kernel_auth_type
  /hardware/intel/common/libva/va/wayland/
va_wayland_drm.c 98 drm_state->auth_type = VA_DRM_AUTH_CUSTOM;
191 drm_state->auth_type = 0;
  /hardware/intel/common/libva/va/x11/
dri1_util.c 88 dri_state->base.auth_type = VA_NONE;
129 dri_state->base.auth_type = VA_DRI1;
  /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/wpa_supplicant/
sme.h 17 const u8 *bssid, u16 auth_type);
  /hardware/intel/common/libva/va/drm/
va_drm.c 81 drm_state->auth_type = VA_DRM_AUTH_CUSTOM;
  /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/9/platforms/android-21/arch-arm/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl

Completed in 400 milliseconds

1 2 3