Home
last modified time | relevance | path

Searched refs:nextnonce (Results 1 – 25 of 62) sorted by relevance

123

/dports/net/libosip2/libosip2-5.3.0/src/osipparser2/
H A Dosip_authentication_info.c101 i = __osip_quoted_string_set("nextnonce", space, &(ainfo->nextnonce), &next); in osip_authentication_info_parse()
288 return authentication_info->nextnonce; in osip_authentication_info_get_nextnonce()
291 …thentication_info_set_nextnonce(osip_authentication_info_t *authentication_info, char *nextnonce) { in osip_authentication_info_set_nextnonce() argument
292 authentication_info->nextnonce = (char *) nextnonce; in osip_authentication_info_set_nextnonce()
384 if (ainfo->nextnonce != NULL) in osip_authentication_info_to_str()
385 len = len + strlen(ainfo->nextnonce) + 12; /* fixed Jan 10,2020: missing one byte */ in osip_authentication_info_to_str()
442 if (ainfo->nextnonce != NULL) { in osip_authentication_info_to_str()
448 tmp = osip_str_append(tmp, ainfo->nextnonce); in osip_authentication_info_to_str()
533 osip_free(authentication_info->nextnonce); in osip_authentication_info_free()
563 if (ainfo->nextnonce != NULL) in osip_authentication_info_clone()
[all …]
/dports/www/squid/squid-4.15/src/auth/digest/
H A DUserRequest.cc242 digest_nonce_h *nextnonce = digest_user->currentNonce(); in addAuthenticationInfoHeader() local
243 if (!nextnonce || authDigestNonceLastRequest(nonce)) { in addAuthenticationInfoHeader()
244 nextnonce = authenticateDigestNonceNew(); in addAuthenticationInfoHeader()
245 authDigestUserLinkNonce(digest_user, nextnonce); in addAuthenticationInfoHeader()
247 … type:" << type << " header: 'nextnonce=\"" << authenticateDigestNonceNonceHex(nextnonce) << "\""); in addAuthenticationInfoHeader()
248 …pHeaderPutStrf(&rep->header, type, "nextnonce=\"%s\"", authenticateDigestNonceNonceHex(nextnonce)); in addAuthenticationInfoHeader()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java451 String nextnonce = p.findValue ("nextnonce"); in checkResponse() local
452 if (nextnonce != null && ! "".equals(nextnonce)) { in checkResponse()
453 params.setNonce (nextnonce); in checkResponse()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java451 String nextnonce = p.findValue ("nextnonce"); in checkResponse() local
452 if (nextnonce != null && ! "".equals(nextnonce)) { in checkResponse()
453 params.setNonce (nextnonce); in checkResponse()
/dports/net/belle-sip/belle-sip-1.6.3-0/tester/afl/sip_dict/
H A Dnextnonce_1 nextnonce=
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java455 String nextnonce = p.findValue ("nextnonce"); in checkResponse() local
456 if (nextnonce != null && !nextnonce.isEmpty()) { in checkResponse()
457 params.setNonce (nextnonce); in checkResponse()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java453 String nextnonce = p.findValue ("nextnonce"); in checkResponse() local
454 if (nextnonce != null && !nextnonce.isEmpty()) { in checkResponse()
455 params.setNonce (nextnonce); in checkResponse()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java455 String nextnonce = p.findValue ("nextnonce"); in checkResponse() local
456 if (nextnonce != null && !nextnonce.isEmpty()) { in checkResponse()
457 params.setNonce (nextnonce); in checkResponse()
/dports/devel/libsoup/libsoup-2.74.0/libsoup/
H A Dsoup-auth-digest.c384 char *nextnonce; in authentication_info_cb() local
399 nextnonce = g_strdup (g_hash_table_lookup (auth_params, "nextnonce")); in authentication_info_cb()
400 if (nextnonce) { in authentication_info_cb()
402 priv->nonce = nextnonce; in authentication_info_cb()
/dports/devel/libsoup3/libsoup-3.0.3/libsoup/auth/
H A Dsoup-auth-digest.c390 char *nextnonce; in authentication_info_cb() local
405 nextnonce = g_strdup (g_hash_table_lookup (auth_params, "nextnonce")); in authentication_info_cb()
406 if (nextnonce) { in authentication_info_cb()
408 priv->nonce = nextnonce; in authentication_info_cb()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java463 String nextnonce = p.findValue ("nextnonce"); in checkResponse() local
464 if (nextnonce != null && !nextnonce.isEmpty()) { in checkResponse()
465 params.setNonce (nextnonce); in checkResponse()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java464 String nextnonce = p.findValue ("nextnonce"); in checkResponse() local
465 if (nextnonce != null && !nextnonce.isEmpty()) { in checkResponse()
466 params.setNonce (nextnonce); in checkResponse()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java453 String nextnonce = p.findValue ("nextnonce"); in checkResponse() local
454 if (nextnonce != null && !nextnonce.isEmpty()) { in checkResponse()
455 params.setNonce (nextnonce); in checkResponse()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java456 String nextnonce = p.findValue ("nextnonce"); in checkResponse() local
457 if (nextnonce != null && !nextnonce.isEmpty()) { in checkResponse()
458 params.setNonce (nextnonce); in checkResponse()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java456 String nextnonce = p.findValue ("nextnonce"); in checkResponse() local
457 if (nextnonce != null && !nextnonce.isEmpty()) { in checkResponse()
458 params.setNonce (nextnonce); in checkResponse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/httplib2/tests/
H A D__init__.py521 nextnonce = gnextnonce[0]
522 if nextnonce:
524 gserver_nonce[0] = nextnonce
564 'nextnonce="{}"'.format(nextnonce) if nextnonce else '',
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/httplib2/tests/
H A D__init__.py631 nextnonce = gnextnonce[0]
632 if nextnonce:
634 gserver_nonce[0] = nextnonce
691 'nextnonce="{}"'.format(nextnonce) if nextnonce else "",
/dports/www/py-httplib2/httplib2-0.20.2/tests/
H A D__init__.py594 nextnonce = gnextnonce[0]
595 if nextnonce:
597 gserver_nonce[0] = nextnonce
640 'nextnonce="{}"'.format(nextnonce) if nextnonce else "",
/dports/print/cups/cups-2.3.3op2/cups/
H A Dgetputfile.c96 _httpSetDigestAuthString(http, http->nextnonce, "GET", resource); in cupsGetFd()
351 _httpSetDigestAuthString(http, http->nextnonce, "PUT", resource); in cupsPutFd()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/iptsec/sofia-sip/
H A Dauth_ntlm.h103 int nextnonce,
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/iptsec/sofia-sip/
H A Dauth_ntlm.h103 int nextnonce,
/dports/net/libosip2/libosip2-5.3.0/include/osipparser2/headers/
H A Dosip_authentication_info.h46 char *nextnonce; /**< nextnonce value */ member
/dports/devel/tla/tla-1.3.5/src/libneon/src/
H A Dne_auth.c687 char *nextnonce = NULL, /* for the nextnonce= value */ in verify_response() local
723 nextnonce = val; in verify_response()
813 if (nextnonce != NULL) { in verify_response()
814 NE_DEBUG(NE_DBG_HTTPAUTH, "Found nextnonce of [%s].\n", nextnonce); in verify_response()
817 sess->nonce = ne_strdup(nextnonce); in verify_response()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/iptsec/
H A Dauth_module.c617 uint16_t nextnonce; member
1382 int nextnonce, in auth_generate_digest_nonce() argument
1392 nonce->nextnonce = nextnonce != 0; in auth_generate_digest_nonce()
1441 as->as_nextnonce = nonce->nextnonce != 0; in auth_validate_digest_nonce()
1443 expires = nonce->nextnonce ? am->am_next_exp : am->am_expires; in auth_validate_digest_nonce()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/iptsec/
H A Dauth_module.c617 uint16_t nextnonce; member
1382 int nextnonce, in auth_generate_digest_nonce() argument
1392 nonce->nextnonce = nextnonce != 0; in auth_generate_digest_nonce()
1441 as->as_nextnonce = nonce->nextnonce != 0; in auth_validate_digest_nonce()
1443 expires = nonce->nextnonce ? am->am_next_exp : am->am_expires; in auth_validate_digest_nonce()

123