/external/tcpdump/tests/ |
D | vrrp.out | 1 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s, le… 2 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 191, authtype none, intvl 10s, leng… 4 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s, le… 5 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 191, authtype none, intvl 10s, leng… 9 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s, le… 10 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 191, authtype none, intvl 10s, leng… 14 IP 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 192, authtype simple, intvl 10s, le… 15 IP 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 192, authtype none, intvl 10s, leng… 19 IP 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 192, authtype simple, intvl 10s, le… 20 IP 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 192, authtype none, intvl 10s, leng… [all …]
|
D | vrrp-v.out | 2 … vrrp 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s… 4 … vrrp 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 191, authtype none, intvl 10s, … 8 … vrrp 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s… 10 … vrrp 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 191, authtype none, intvl 10s, … 16 … vrrp 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s… 18 … vrrp 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 191, authtype none, intvl 10s, … 24 … vrrp 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 192, authtype simple, intvl 10s… 26 … vrrp 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 192, authtype none, intvl 10s, … 32 … vrrp 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 192, authtype simple, intvl 10s… 34 … vrrp 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 192, authtype none, intvl 10s, … [all …]
|
/external/ipsec-tools/src/racoon/ |
D | proposal.c | 512 newtr->authtype = tr1->authtype; 594 if (tr1->authtype != tr2->authtype) { 598 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr2->authtype), 599 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr1->authtype)); 668 newtr->authtype = a->alg; 693 newtr->authtype = b->alg; 718 newtr->authtype = IPSECDOI_ATTR_AUTH_NONE; /*no auth*/ 979 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr->authtype)); 986 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr->authtype));
|
D | isakmp_xauth.h | 63 int authtype; member
|
D | proposal.h | 102 int authtype; /* authentication algorithm if ESP */ member
|
D | isakmp_xauth.c | 214 xst->authtype = XAUTH_TYPE_GENERIC; 1639 switch (xst->authtype) { 1653 "Unsupported authtype %d\n", xst->authtype); 1658 "Unexpected authtype %d\n", xst->authtype);
|
D | ipsec_doi.c | 3004 tr->authtype == IPSECDOI_ATTR_AUTH_NONE) 3035 if (tr->authtype != IPSECDOI_ATTR_AUTH_NONE) 3039 if (tr->authtype == IPSECDOI_ATTR_AUTH_NONE) { 3117 if ((pr->proto_id == IPSECDOI_PROTO_IPSEC_ESP && tr->authtype != IPSECDOI_ATTR_AUTH_NONE) 3119 x = isakmp_set_attr_l(x, IPSECDOI_ATTR_AUTH, tr->authtype); 4636 tr->authtype = IPSECDOI_ATTR_AUTH_NONE; 4778 if (tr->authtype != IPSECDOI_ATTR_AUTH_NONE) { 4784 tr->authtype = (u_int16_t)ntohs(d->lorv);
|
D | pfkey.c | 1088 pr->head->authtype, 1376 pr->head->authtype,
|
D | handler.c | 1199 if (alg->alg == approval->head->head->authtype) in revalidate_ph2()
|
D | oakley.c | 548 l = alg_ipsec_hmacdef_hashlen(tr->authtype);
|
/external/curl/src/ |
D | tool_getparam.c | 633 config->authtype |= CURLAUTH_DIGEST; in getparameter() 635 config->authtype &= ~CURLAUTH_DIGEST; in getparameter() 641 config->authtype |= CURLAUTH_NEGOTIATE; in getparameter() 646 config->authtype &= ~CURLAUTH_NEGOTIATE; in getparameter() 652 config->authtype |= CURLAUTH_NTLM; in getparameter() 657 config->authtype &= ~CURLAUTH_NTLM; in getparameter() 663 config->authtype |= CURLAUTH_NTLM_WB; in getparameter() 668 config->authtype &= ~CURLAUTH_NTLM_WB; in getparameter() 673 config->authtype |= CURLAUTH_BASIC; in getparameter() 675 config->authtype &= ~CURLAUTH_BASIC; in getparameter() [all …]
|
D | tool_cfgable.h | 44 unsigned long authtype; /* auth bitmask */ member
|
D | tool_operate.c | 694 if(config->authtype & (1UL << bitcheck++)) { in operate_do() 966 if(config->authtype) in operate_do() 967 my_setopt_bitmask(curl, CURLOPT_HTTPAUTH, (long)config->authtype); in operate_do()
|
/external/openssh/ |
D | auth-sia.c | 99 ent->authtype = SIA_A_NONE; in session_setup_sia()
|
/external/tcpdump/ |
D | print-telnet.c | 359 static const char *authtype[] = { variable 459 ND_PRINT((ndo, " %s", STR_OR_ID(c, authtype))); in telnet_parse()
|
D | print-lwres.c | 60 lwres_uint16_t authtype; member 333 ND_PRINT((ndo, " authtype:0x%x", EXTRACT_16BITS(&np->authtype))); in lwres_print()
|
/external/curl/lib/vtls/ |
D | gtls.c | 444 if(SSL_SET_OPTION(authtype) == CURL_TLSAUTH_SRP) { in gtls_connect_step1() 731 if(SSL_SET_OPTION(authtype) == CURL_TLSAUTH_SRP) { in gtls_connect_step1() 908 if(SSL_SET_OPTION(authtype) == CURL_TLSAUTH_SRP 1544 if(SSL_SET_OPTION(authtype) == CURL_TLSAUTH_SRP
|
D | openssl.c | 1718 const enum CURL_TLSAUTH ssl_authtype = SSL_SET_OPTION(authtype); in ossl_connect_step1()
|
/external/curl/lib/ |
D | url.c | 546 set->ssl.authtype = CURL_TLSAUTH_NONE; in Curl_init_userdefined() 2737 if(data->set.str[STRING_TLSAUTH_USERNAME_ORIG] && !data->set.ssl.authtype) in Curl_setopt() 2738 data->set.ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ in Curl_setopt() 2744 !data->set.proxy_ssl.authtype) in Curl_setopt() 2745 data->set.proxy_ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ in Curl_setopt() 2750 if(data->set.str[STRING_TLSAUTH_USERNAME_ORIG] && !data->set.ssl.authtype) in Curl_setopt() 2751 data->set.ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ in Curl_setopt() 2757 !data->set.proxy_ssl.authtype) in Curl_setopt() 2758 data->set.proxy_ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ in Curl_setopt() 2762 data->set.ssl.authtype = CURL_TLSAUTH_SRP; in Curl_setopt() [all …]
|
D | urldata.h | 381 enum CURL_TLSAUTH authtype; /* TLS authentication type (default SRP) */ member
|