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

1 2

  /external/chromium_org/third_party/libva/va/
va_drmcommon.h 68 int auth_type; member in struct:drm_state
  /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-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,
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) {
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_kernel.h 88 auth_type_t *auth_type; member in struct:kernel_auth_type
199 * replaces the crypto kernel's existing cipher for the auth_type id
201 * existing auth_type's self tests as well as its own.
  /external/srtp/crypto/include/
crypto_kernel.h 88 auth_type_t *auth_type; member in struct:kernel_auth_type
  /external/chromium_org/crypto/
mock_apple_keychain.h 108 const SecAuthenticationType auth_type; member in struct:crypto::MockAppleKeychain::KeychainTestData
  /external/chromium_org/chrome/browser/extensions/api/screenlock_private/
screenlock_private_api.cc 27 screenlock::AuthType auth_type) {
28 switch (auth_type) {
43 ScreenlockBridge::LockHandler::AuthType auth_type) {
44 switch (auth_type) {
210 ToLockHandlerAuthType(params->auth_type),
227 ScreenlockBridge::LockHandler::AuthType auth_type = locker->GetAuthType( local
230 screenlock::ToString(FromLockHandlerAuthType(auth_type));
308 ScreenlockBridge::LockHandler::AuthType auth_type,
311 args->AppendString(screenlock::ToString(FromLockHandlerAuthType(auth_type)));
  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 126 auth_type_id_t auth_type; /**< An integer representing the member in struct:crypto_policy_t
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 141 int auth_type; member in struct:xauth_ldap_config
  /external/srtp/include/
srtp.h 126 auth_type_id_t auth_type; /**< An integer representing the member in struct:crypto_policy_t
  /bionic/libc/kernel/uapi/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /development/ndk/platforms/android-L/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/wps/
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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.11-4.8/sysroot/usr/include/linux/
ncp_fs.h 88 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ncp_fs.h 97 int auth_type; member in struct:ncp_objectname_ioctl
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac.cc 47 const SecAuthenticationType& auth_type, const char* security_domain,
74 const SecAuthenticationType& auth_type,
110 if (auth_type != kSecAuthenticationTypeAny) {
113 search_attributes_.attr[entries].length = sizeof(auth_type);
115 const_cast<void*>(reinterpret_cast<const void*>(&auth_type));
227 // Returns the PasswordForm Scheme corresponding to |auth_type|.
228 PasswordForm::Scheme SchemeForAuthType(SecAuthenticationType auth_type) {
229 switch (auth_type) {
318 SecAuthenticationType auth_type = local
320 form->scheme = SchemeForAuthType(auth_type);
783 SecAuthenticationType auth_type = AuthTypeForScheme(scheme); local
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 2908 u8 auth_type; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 713 char *auth_type[5]; /* we have five possible authentication types */ local
734 if (cred->auth_type & WPS_AUTH_OPEN)
735 auth_type[at_num++] = "open";
736 if (cred->auth_type & WPS_AUTH_WPAPSK)
737 auth_type[at_num++] = "wpa-psk";
738 if (cred->auth_type & WPS_AUTH_WPA)
739 auth_type[at_num++] = "wpa-eap";
740 if (cred->auth_type & WPS_AUTH_WPA2)
741 auth_type[at_num++] = "wpa2-eap";
742 if (cred->auth_type & WPS_AUTH_WPA2PSK
    [all...]

Completed in 956 milliseconds

1 2