Searched refs:PHP_MD5Update (Results 1 - 10 of 10) sorted by relevance
| /PHP_5_4/ext/hash/ |
| H A D | hash_md.c | 26 (php_hash_update_func_t) PHP_MD5Update, 121 PHP_MD5Update(&context, arg, arg_len); 159 PHP_MD5Update(&context, buf, n); 279 /* {{{ PHP_MD5Update 284 PHP_HASH_API void PHP_MD5Update(PHP_MD5_CTX * context, const unsigned char *input, function 337 PHP_MD5Update(context, PADDING, padLen); 340 PHP_MD5Update(context, bits, 8);
|
| H A D | php_hash_md.h | 70 PHP_HASH_API void PHP_MD5Update(PHP_MD5_CTX *, const unsigned char *, unsigned int);
|
| /PHP_5_4/ext/interbase/ |
| H A D | interbase.c | 935 PHP_MD5Update(&hash_context,args[i],len[i]); 938 PHP_MD5Update(&hash_context,(char*)&largs[i],sizeof(long));
|
| /PHP_5_4/ext/session/ |
| H A D | session.c | 310 PHP_MD5Update(&md5_context, (unsigned char *) buf, strlen(buf)); 348 PHP_MD5Update(&md5_context, rbuf, toread); 375 PHP_MD5Update(&md5_context, rbuf, n);
|
| /PHP_5_4/ext/soap/ |
| H A D | php_http.c | 578 PHP_MD5Update(&md5ctx, (unsigned char*)cnonce, strlen(cnonce)); 592 PHP_MD5Update(&md5ctx, (unsigned char*)Z_STRVAL_PP(login), Z_STRLEN_PP(login)); 593 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); 596 PHP_MD5Update(&md5ctx, (unsigned char*)Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); 598 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); 601 PHP_MD5Update(&md5ctx, (unsigned char*)Z_STRVAL_PP(password), Z_STRLEN_PP(password)); 610 PHP_MD5Update(&md5ctx, (unsigned char*)HA1, 32); 611 PHP_MD5Update(&md5ctx, (unsigned char*)":", 1); 614 PHP_MD5Update(&md5ctx, (unsigned char*)Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); 616 PHP_MD5Update( [all...] |
| H A D | php_sdl.c | 3236 PHP_MD5Update(&context, (unsigned char*)uri, uri_len);
|
| /PHP_5_4/ext/standard/ |
| H A D | md5.c | 62 PHP_MD5Update(&context, arg, arg_len); 100 PHP_MD5Update(&context, buf, n); 305 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size) function
|
| H A D | md5.h | 52 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size);
|
| H A D | php_crypt_r.c | 348 PHP_MD5Update(&ctx, (const unsigned char *)pw, pwl); 351 PHP_MD5Update(&ctx, (const unsigned char *)MD5_MAGIC, MD5_MAGIC_LEN); 354 PHP_MD5Update(&ctx, (const unsigned char *)sp, sl); 358 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); 359 PHP_MD5Update(&ctx1, (const unsigned char *)sp, sl); 360 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); 364 PHP_MD5Update(&ctx, final, (unsigned int)(pl > 16 ? 16 : pl)); 372 PHP_MD5Update(&ctx, final, 1); 374 PHP_MD5Update(&ctx, (const unsigned char *)pw, 1); 392 PHP_MD5Update( [all...] |
| /PHP_5_4/ext/phar/ |
| H A D | util.c | 2041 PHP_MD5Update(&context, buf, len); 2223 PHP_MD5Update(&context, buf, sig_len);
|
Completed in 22 milliseconds