Searched refs:md5ctx (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 680 PHP_MD5_CTX md5ctx; in make_http_soap_request() local 707 PHP_MD5Init(&md5ctx); in make_http_soap_request() 709 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request() 714 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request() 719 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request() 725 PHP_MD5Init(&md5ctx); in make_http_soap_request() 734 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request() 738 PHP_MD5Init(&md5ctx); in make_http_soap_request() 750 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request() 753 PHP_MD5Init(&md5ctx); in make_http_soap_request() [all …]
|
/PHP-8.3/sapi/litespeed/ |
H A D | lsapilib.c | 1094 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 33 milliseconds