Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_http.c676 PHP_MD5_CTX md5ctx; in make_http_soap_request() local
702 PHP_MD5Init(&md5ctx); in make_http_soap_request()
704 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request()
709 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request()
714 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
720 PHP_MD5Init(&md5ctx); in make_http_soap_request()
729 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
733 PHP_MD5Init(&md5ctx); in make_http_soap_request()
745 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
748 PHP_MD5Init(&md5ctx); in make_http_soap_request()
[all …]
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c1094 lsapi_MD5_CTX md5ctx; in lsapi_suexec_auth() local
1100 lsapi_MD5Init( &md5ctx ); in lsapi_suexec_auth()
1101 lsapi_MD5Update( &md5ctx, (unsigned char *)pAuth, 32 ); in lsapi_suexec_auth()
1102 lsapi_MD5Update( &md5ctx, (unsigned char *)pUgid, 8 ); in lsapi_suexec_auth()
1103 lsapi_MD5Final( (unsigned char *)pAuth + 16, &md5ctx); in lsapi_suexec_auth()

Completed in 17 milliseconds