Searched refs:HA1 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/soap/ |
H A D | php_http.c | 648 char HA1[33], HA2[33], response[33], cnonce[33], nc[9]; in make_http_soap_request() local 680 make_digest(HA1, hash); in make_http_soap_request() 686 PHP_MD5Update(&md5ctx, (unsigned char*)HA1, 32); in make_http_soap_request() 695 make_digest(HA1, hash); in make_http_soap_request() 714 PHP_MD5Update(&md5ctx, (unsigned char*)HA1, 32); in make_http_soap_request()
|
Completed in 12 milliseconds