Home
last modified time | relevance | path

Searched refs:authtype (Results 1 – 20 of 20) 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/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.c633 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 …]
Dtool_cfgable.h44 unsigned long authtype; /* auth bitmask */ member
Dtool_operate.c694 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/
Dauth-sia.c99 ent->authtype = SIA_A_NONE; in session_setup_sia()
/external/tcpdump/
Dprint-telnet.c359 static const char *authtype[] = { variable
459 ND_PRINT((ndo, " %s", STR_OR_ID(c, authtype))); in telnet_parse()
Dprint-lwres.c60 lwres_uint16_t authtype; member
333 ND_PRINT((ndo, " authtype:0x%x", EXTRACT_16BITS(&np->authtype))); in lwres_print()
/external/curl/lib/vtls/
Dgtls.c444 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
Dopenssl.c1718 const enum CURL_TLSAUTH ssl_authtype = SSL_SET_OPTION(authtype); in ossl_connect_step1()
/external/curl/lib/
Durl.c546 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 …]
Durldata.h381 enum CURL_TLSAUTH authtype; /* TLS authentication type (default SRP) */ member