HomeSort by relevance Sort by last modified time
    Searched refs:authtype (Results 1 - 22 of 22) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 63 int authtype; member in struct:xauth_state
proposal.h 102 int authtype; /* authentication algorithm if ESP */ member in struct:satrns
proposal.c 512 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 = IPSECDOI_ATTR_AUTH_NONE; /*no auth*
    [all...]
isakmp_xauth.c 214 xst->authtype = XAUTH_TYPE_GENERIC;
    [all...]
ipsec_doi.c     [all...]
handler.c 1199 if (alg->alg == approval->head->head->authtype)
pfkey.c 1088 pr->head->authtype,
1376 pr->head->authtype,
    [all...]
oakley.c 548 l = alg_ipsec_hmacdef_hashlen(tr->authtype);
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
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/curl/src/
tool_getparam.c 595 config->authtype |= CURLAUTH_DIGEST;
597 config->authtype &= ~CURLAUTH_DIGEST;
603 config->authtype |= CURLAUTH_NEGOTIATE;
608 config->authtype &= ~CURLAUTH_NEGOTIATE;
614 config->authtype |= CURLAUTH_NTLM;
619 config->authtype &= ~CURLAUTH_NTLM;
625 config->authtype |= CURLAUTH_NTLM_WB;
630 config->authtype &= ~CURLAUTH_NTLM_WB;
635 config->authtype |= CURLAUTH_BASIC;
637 config->authtype &= ~CURLAUTH_BASIC
    [all...]
tool_cfgable.h 44 unsigned long authtype; /* auth bitmask */ member in struct:OperationConfig
tool_operate.c 690 in the authtype field */
694 if(config->authtype & (1UL << bitcheck++)) {
964 if(config->authtype)
965 my_setopt_bitmask(curl, CURLOPT_HTTPAUTH, (long)config->authtype);
    [all...]
  /external/tcpdump/
print-telnet.c 356 static const char *authtype[] = { variable
455 ND_PRINT((ndo, " %s", STR_OR_ID(c, authtype)));
print-lwres.c 59 lwres_uint16_t authtype; member in struct:lwres_lwpacket
334 ND_PRINT((ndo, " authtype:0x%x", EXTRACT_16BITS(&np->authtype)));
  /external/curl/lib/vtls/
gtls.c 428 if(data->set.ssl.authtype == CURL_TLSAUTH_SRP) {
708 if(data->set.ssl.authtype == CURL_TLSAUTH_SRP) {
873 if(data->set.ssl.authtype == CURL_TLSAUTH_SRP
    [all...]
openssl.c     [all...]
  /external/chromium-trace/catapult/third_party/webtest/webtest/
app.py 201 authtype, val = value
202 if authtype == 'Basic' and val and \
209 value = str('%s %s' % (authtype, val))
  /external/curl/lib/
url.c 557 set->ssl.authtype = CURL_TLSAUTH_NONE;
    [all...]
urldata.h 368 enum CURL_TLSAUTH authtype; /* TLS authentication type (default SRP) */ member in struct:ssl_config_data
    [all...]
  /hardware/ril/include/telephony/
ril.h 5917 int authtype; member in struct:__anon34944
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 280 milliseconds