Home
last modified time | relevance | path

Searched refs:cnonce (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_021.phpt18 …dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", qop=auth, nc=00000001, cnonce="0a4f113b", respon…
37 …dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", qop=auth, nc=00000001, cnonce="0a4f113b", respon…
/PHP-7.4/ext/soap/
H A Dphp_http.c668 char HA1[33], HA2[33], response[33], cnonce[33], nc[9]; in make_http_soap_request() local
677 snprintf(cnonce, sizeof(cnonce), ZEND_LONG_FMT, nonce); in make_http_soap_request()
678 PHP_MD5Update(&md5ctx, (unsigned char*)cnonce, strlen(cnonce)); in make_http_soap_request()
680 make_digest(cnonce, hash); in make_http_soap_request()
717 PHP_MD5Update(&md5ctx, (unsigned char*)cnonce, 8); in make_http_soap_request()
749 PHP_MD5Update(&md5ctx, (unsigned char*)cnonce, 8); in make_http_soap_request()
792 smart_str_appendl(&soap_headers, cnonce, 8); in make_http_soap_request()

Completed in 9 milliseconds