Home
last modified time | relevance | path

Searched refs:PHP_MD5Update (Results 1 – 9 of 9) sorted by relevance

/php-src/Zend/
H A Dzend_system_id.c32 PHP_MD5Update(&context, module_name, strlen(module_name)); in zend_add_system_entropy()
33 PHP_MD5Update(&context, hook_name, strlen(hook_name)); in zend_add_system_entropy()
35 PHP_MD5Update(&context, data, size); in zend_add_system_entropy()
47 PHP_MD5Update(&context, PHP_VERSION, sizeof(PHP_VERSION)-1); in zend_startup_system_id()
48 PHP_MD5Update(&context, ZEND_EXTENSION_BUILD_ID, sizeof(ZEND_EXTENSION_BUILD_ID)-1); in zend_startup_system_id()
49 PHP_MD5Update(&context, ZEND_BIN_ID, sizeof(ZEND_BIN_ID)-1); in zend_startup_system_id()
52 PHP_MD5Update(&context, __DATE__, sizeof(__DATE__)-1); in zend_startup_system_id()
53 PHP_MD5Update(&context, __TIME__, sizeof(__TIME__)-1); in zend_startup_system_id()
80 PHP_MD5Update(&context, &hooks, sizeof hooks); in zend_finalize_system_id()
84 PHP_MD5Update(&context, &i, sizeof i); in zend_finalize_system_id()
/php-src/ext/standard/
H A Dphp_crypt_r.c129 PHP_MD5Update(&ctx, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
135 PHP_MD5Update(&ctx, (const unsigned char *)sp, sl); in php_md5_crypt_r()
139 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
140 PHP_MD5Update(&ctx1, (const unsigned char *)sp, sl); in php_md5_crypt_r()
141 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
153 PHP_MD5Update(&ctx, final, 1); in php_md5_crypt_r()
155 PHP_MD5Update(&ctx, (const unsigned char *)pw, 1); in php_md5_crypt_r()
173 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
175 PHP_MD5Update(&ctx1, final, 16); in php_md5_crypt_r()
178 PHP_MD5Update(&ctx1, (const unsigned char *)sp, sl); in php_md5_crypt_r()
[all …]
H A Dmd5.h47 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size);
H A Dmd5.c56 PHP_MD5Update(&context, ZSTR_VAL(arg), ZSTR_LEN(arg)); in PHP_FUNCTION()
94 PHP_MD5Update(&context, buf, n); in PHP_FUNCTION()
304 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size) in PHP_MD5Update() function
/php-src/ext/soap/
H A Dphp_http.c692 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request()
697 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request()
710 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request()
715 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request()
726 PHP_MD5Update(&md5ctx, (unsigned char*)"/", 1); in make_http_soap_request()
729 PHP_MD5Update(&md5ctx, (unsigned char*)"?", 1); in make_http_soap_request()
737 PHP_MD5Update(&md5ctx, (unsigned char*)HA1, 32); in make_http_soap_request()
738 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request()
743 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); in make_http_soap_request()
746 PHP_MD5Update(&md5ctx, (unsigned char*)nc, 8); in make_http_soap_request()
[all …]
H A Dphp_sdl.c3238 PHP_MD5Update(&context, (unsigned char*)uri, uri_len); in get_sdl()
/php-src/ext/hash/
H A Dhash_md.c23 (php_hash_update_func_t) PHP_MD5Update,
/php-src/ext/phar/
H A Dutil.c1779 PHP_MD5Update(&context, buf, len); in phar_verify_signature()
1968 PHP_MD5Update(&context, buf, sig_len); in phar_create_signature()
/php-src/ext/opcache/
H A DZendAccelerator.c2466 PHP_MD5Update(&ctx, (void *) uname, (unsize - 1) * sizeof(wchar_t)); in accel_gen_uname_id()
2467 PHP_MD5Update(&ctx, ZCG(accel_directives).cache_id, strlen(ZCG(accel_directives).cache_id)); in accel_gen_uname_id()

Completed in 38 milliseconds