Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/soap/
H A Dphp_http.c667 char HA1[33], HA2[33], response[33], cnonce[33], nc[9]; in make_http_soap_request() local
683 php_hash_bin2hex(cnonce, nonce, sizeof(nonce)); in make_http_soap_request()
684 cnonce[32] = 0; in make_http_soap_request()
721 PHP_MD5Update(&md5ctx, (unsigned char*)cnonce, 8); in make_http_soap_request()
753 PHP_MD5Update(&md5ctx, (unsigned char*)cnonce, 8); in make_http_soap_request()
796 smart_str_appendl(&soap_headers, cnonce, 8); in make_http_soap_request()

Completed in 10 milliseconds