/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/chromium-trace/catapult/third_party/WebOb/webob/ |
D | descriptors.py | 321 authtype, params = val.split(' ', 1) 322 if authtype in known_auth_schemes: 323 if authtype == 'Basic' and '"' not in params: 328 return authtype, params 333 authtype, params = val 337 return '%s %s' % (authtype, params)
|
/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 | 596 config->authtype |= CURLAUTH_DIGEST; in getparameter() 598 config->authtype &= ~CURLAUTH_DIGEST; in getparameter() 604 config->authtype |= CURLAUTH_NEGOTIATE; in getparameter() 609 config->authtype &= ~CURLAUTH_NEGOTIATE; in getparameter() 615 config->authtype |= CURLAUTH_NTLM; in getparameter() 620 config->authtype &= ~CURLAUTH_NTLM; in getparameter() 626 config->authtype |= CURLAUTH_NTLM_WB; in getparameter() 631 config->authtype &= ~CURLAUTH_NTLM_WB; in getparameter() 636 config->authtype |= CURLAUTH_BASIC; in getparameter() 638 config->authtype &= ~CURLAUTH_BASIC; in getparameter() [all …]
|
D | tool_cfgable.h | 44 unsigned long authtype; /* auth bitmask */ member
|
D | tool_operate.c | 699 if(config->authtype & (1UL << bitcheck++)) { in operate_do() 964 if(config->authtype) in operate_do() 965 my_setopt_bitmask(curl, CURLOPT_HTTPAUTH, (long)config->authtype); in operate_do()
|
/external/tcpdump/ |
D | print-telnet.c | 356 static const char *authtype[] = { variable 455 ND_PRINT((ndo, " %s", STR_OR_ID(c, authtype))); in telnet_parse()
|
D | print-lwres.c | 59 lwres_uint16_t authtype; member 334 ND_PRINT((ndo, " authtype:0x%x", EXTRACT_16BITS(&np->authtype))); in lwres_print()
|
/external/chromium-trace/catapult/third_party/webtest/webtest/ |
D | app.py | 201 authtype, val = value 202 if authtype == 'Basic' and val and \ 209 value = str('%s %s' % (authtype, val))
|
/external/curl/lib/vtls/ |
D | gtls.c | 429 if(data->set.ssl.authtype == CURL_TLSAUTH_SRP) { in gtls_connect_step1() 672 if(data->set.ssl.authtype == CURL_TLSAUTH_SRP) { in gtls_connect_step1() 832 if(data->set.ssl.authtype == CURL_TLSAUTH_SRP in gtls_connect_step3() 1444 if(data->set.ssl.authtype == CURL_TLSAUTH_SRP in Curl_gtls_shutdown()
|
D | openssl.c | 1721 if(data->set.ssl.authtype == CURL_TLSAUTH_SRP) in ossl_connect_step1() 1734 if(data->set.ssl.authtype == CURL_TLSAUTH_SRP) in ossl_connect_step1() 1826 if(data->set.ssl.authtype == CURL_TLSAUTH_SRP) { in ossl_connect_step1() 1942 if(data->set.ssl.authtype == CURL_TLSAUTH_SRP) { in ossl_connect_step1()
|
/external/curl/lib/ |
D | url.c | 550 set->ssl.authtype = CURL_TLSAUTH_NONE; in Curl_init_userdefined() 2597 if(data->set.str[STRING_TLSAUTH_USERNAME] && !data->set.ssl.authtype) in Curl_setopt() 2598 data->set.ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ in Curl_setopt() 2603 if(data->set.str[STRING_TLSAUTH_USERNAME] && !data->set.ssl.authtype) in Curl_setopt() 2604 data->set.ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ in Curl_setopt() 2608 data->set.ssl.authtype = CURL_TLSAUTH_SRP; in Curl_setopt() 2610 data->set.ssl.authtype = CURL_TLSAUTH_NONE; in Curl_setopt()
|
D | urldata.h | 362 enum CURL_TLSAUTH authtype; /* TLS authentication type (default SRP) */ member
|