Searched refs:authtype (Results 1 - 18 of 18) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.h63 int authtype; member in struct:xauth_state
H A Dproposal.h102 int authtype; /* authentication algorithm if ESP */ member in struct:satrns
H A Dproposal.c512 newtr->authtype = tr1->authtype;
594 if (tr1->authtype != tr2->authtype) {
596 "authtype mismatched: "
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
[all...]
H A 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);
H A 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) {
4780 "multiple authtype exist "
4784 tr->authtype = (u_int16_t)ntohs(d->lorv);
H A Dpfkey.c1088 pr->head->authtype,
1376 pr->head->authtype,
H A Dhandler.c1199 if (alg->alg == approval->head->head->authtype)
H A Doakley.c548 l = alg_ipsec_hmacdef_hashlen(tr->authtype);
/external/openssh/
H A Dauth-sia.c99 ent->authtype = SIA_A_NONE;
/external/curl/src/
H A Dtool_getparam.c633 config->authtype |= CURLAUTH_DIGEST;
635 config->authtype &= ~CURLAUTH_DIGEST;
641 config->authtype |= CURLAUTH_NEGOTIATE;
646 config->authtype &= ~CURLAUTH_NEGOTIATE;
652 config->authtype |= CURLAUTH_NTLM;
657 config->authtype &= ~CURLAUTH_NTLM;
663 config->authtype |= CURLAUTH_NTLM_WB;
668 config->authtype &= ~CURLAUTH_NTLM_WB;
673 config->authtype |= CURLAUTH_BASIC;
675 config->authtype
[all...]
H A Dtool_cfgable.h44 unsigned long authtype; /* auth bitmask */ member in struct:OperationConfig
H A Dtool_operate.c690 in the authtype field */
694 if(config->authtype & (1UL << bitcheck++)) {
966 if(config->authtype)
967 my_setopt_bitmask(curl, CURLOPT_HTTPAUTH, (long)config->authtype);
/external/tcpdump/
H A Dprint-telnet.c359 static const char *authtype[] = { variable
459 ND_PRINT((ndo, " %s", STR_OR_ID(c, authtype)));
H A Dprint-lwres.c60 lwres_uint16_t authtype; member in struct:lwres_lwpacket
333 ND_PRINT((ndo, " authtype:0x%x", EXTRACT_16BITS(&np->authtype)));
/external/curl/lib/vtls/
H A Dgtls.c444 if(SSL_SET_OPTION(authtype) == CURL_TLSAUTH_SRP) {
731 if(SSL_SET_OPTION(authtype) == CURL_TLSAUTH_SRP) {
908 if(SSL_SET_OPTION(authtype) == CURL_TLSAUTH_SRP
1544 if(SSL_SET_OPTION(authtype) == CURL_TLSAUTH_SRP
H A Dopenssl.c1718 const enum CURL_TLSAUTH ssl_authtype = SSL_SET_OPTION(authtype);
/external/curl/lib/
H A Durl.c546 set->ssl.authtype = CURL_TLSAUTH_NONE;
2737 if(data->set.str[STRING_TLSAUTH_USERNAME_ORIG] && !data->set.ssl.authtype)
2738 data->set.ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */
2744 !data->set.proxy_ssl.authtype)
2745 data->set.proxy_ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */
2750 if(data->set.str[STRING_TLSAUTH_USERNAME_ORIG] && !data->set.ssl.authtype)
2751 data->set.ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */
2757 !data->set.proxy_ssl.authtype)
2758 data->set.proxy_ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */
2762 data->set.ssl.authtype
[all...]
H A Durldata.h381 enum CURL_TLSAUTH authtype; /* TLS authentication type (default SRP) */ member in struct:ssl_config_data

Completed in 349 milliseconds