Home
last modified time | relevance | path

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

/PHP-7.0/ext/soap/
H A Dphp_http.c648 char HA1[33], HA2[33], response[33], cnonce[33], nc[9]; in make_http_soap_request() local
653 snprintf(cnonce, sizeof(cnonce), ZEND_LONG_FMT, php_rand()); in make_http_soap_request()
654 PHP_MD5Update(&md5ctx, (unsigned char*)cnonce, strlen(cnonce)); in make_http_soap_request()
656 make_digest(cnonce, hash); in make_http_soap_request()
693 PHP_MD5Update(&md5ctx, (unsigned char*)cnonce, 8); in make_http_soap_request()
725 PHP_MD5Update(&md5ctx, (unsigned char*)cnonce, 8); in make_http_soap_request()
768 smart_str_appendl(&soap_headers, cnonce, 8); in make_http_soap_request()

Completed in 7 milliseconds