Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/soap/tests/bugs/
H A Dbug55639.phpt63 …ce="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", uri="/", qop=auth, nc=00000001, cnonce="%s", response="%s…
/PHP-8.3/ext/soap/
H A Dphp_http.c674 char HA1[33], HA2[33], response[33], cnonce[33], nc[9]; in make_http_soap_request() local
690 php_hash_bin2hex(cnonce, nonce, sizeof(nonce)); in make_http_soap_request()
691 cnonce[32] = 0; in make_http_soap_request()
728 PHP_MD5Update(&md5ctx, (unsigned char*)cnonce, 8); in make_http_soap_request()
760 PHP_MD5Update(&md5ctx, (unsigned char*)cnonce, 8); in make_http_soap_request()
803 smart_str_appendl(&soap_headers, cnonce, 8); in make_http_soap_request()

Completed in 10 milliseconds