Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_http.c669 PHP_MD5_CTX md5ctx; in make_http_soap_request() local
695 PHP_MD5Init(&md5ctx); in make_http_soap_request()
697 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request()
702 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request()
707 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
713 PHP_MD5Init(&md5ctx); in make_http_soap_request()
722 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
726 PHP_MD5Init(&md5ctx); in make_http_soap_request()
738 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
741 PHP_MD5Init(&md5ctx); in make_http_soap_request()
[all …]
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c1089 lsapi_MD5_CTX md5ctx; in lsapi_suexec_auth() local
1095 lsapi_MD5Init( &md5ctx ); in lsapi_suexec_auth()
1096 lsapi_MD5Update( &md5ctx, (unsigned char *)pAuth, 32 ); in lsapi_suexec_auth()
1097 lsapi_MD5Update( &md5ctx, (unsigned char *)pUgid, 8 ); in lsapi_suexec_auth()
1098 lsapi_MD5Final( (unsigned char *)pAuth + 16, &md5ctx); in lsapi_suexec_auth()

Completed in 33 milliseconds