Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_http.c662 PHP_MD5_CTX md5ctx; in make_http_soap_request() local
688 PHP_MD5Init(&md5ctx); in make_http_soap_request()
690 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request()
695 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request()
700 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
706 PHP_MD5Init(&md5ctx); in make_http_soap_request()
715 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
719 PHP_MD5Init(&md5ctx); in make_http_soap_request()
731 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
734 PHP_MD5Init(&md5ctx); in make_http_soap_request()
[all …]
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c1099 lsapi_MD5_CTX md5ctx; in lsapi_suexec_auth() local
1105 lsapi_MD5Init( &md5ctx ); in lsapi_suexec_auth()
1106 lsapi_MD5Update( &md5ctx, (unsigned char *)pAuth, 32 ); in lsapi_suexec_auth()
1107 lsapi_MD5Update( &md5ctx, (unsigned char *)pUgid, 8 ); in lsapi_suexec_auth()
1108 lsapi_MD5Final( (unsigned char *)pAuth + 16, &md5ctx); in lsapi_suexec_auth()

Completed in 18 milliseconds