Home
last modified time | relevance | path

Searched refs:authtype (Results 1 – 21 of 21) sorted by relevance

/external/tcpdump/tests/
Dvrrp.out1 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 …]
Dvrrp-v.out2 … 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/
Ddescriptors.py321 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/
Dproposal.c512 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));
Disakmp_xauth.h63 int authtype; member
Dproposal.h102 int authtype; /* authentication algorithm if ESP */ member
Disakmp_xauth.c214 xst->authtype = XAUTH_TYPE_GENERIC;
1639 switch (xst->authtype) {
1653 "Unsupported authtype %d\n", xst->authtype);
1658 "Unexpected authtype %d\n", xst->authtype);
Dipsec_doi.c3004 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);
Dpfkey.c1088 pr->head->authtype,
1376 pr->head->authtype,
Dhandler.c1199 if (alg->alg == approval->head->head->authtype) in revalidate_ph2()
Doakley.c548 l = alg_ipsec_hmacdef_hashlen(tr->authtype);
/external/curl/src/
Dtool_getparam.c596 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 …]
Dtool_cfgable.h44 unsigned long authtype; /* auth bitmask */ member
Dtool_operate.c699 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/
Dprint-telnet.c356 static const char *authtype[] = { variable
455 ND_PRINT((ndo, " %s", STR_OR_ID(c, authtype))); in telnet_parse()
Dprint-lwres.c59 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/
Dapp.py201 authtype, val = value
202 if authtype == 'Basic' and val and \
209 value = str('%s %s' % (authtype, val))
/external/curl/lib/vtls/
Dgtls.c429 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()
Dopenssl.c1721 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/
Durl.c550 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()
Durldata.h362 enum CURL_TLSAUTH authtype; /* TLS authentication type (default SRP) */ member