Home
last modified time | relevance | path

Searched refs:PHP_SHA1Update (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/standard/
H A Dsha1.h32 PHPAPI void PHP_SHA1Update(PHP_SHA1_CTX *, const unsigned char *, size_t);
H A Dsha1.c44 PHP_SHA1Update(&context, (unsigned char *) ZSTR_VAL(arg), ZSTR_LEN(arg)); in PHP_FUNCTION()
84 PHP_SHA1Update(&context, buf, n); in PHP_FUNCTION()
173 PHPAPI void PHP_SHA1Update(PHP_SHA1_CTX * context, const unsigned char *input, in PHP_SHA1Update() function
234 PHP_SHA1Update(context, PADDING, padLen); in PHP_SHA1Final()
237 PHP_SHA1Update(context, bits, 8); in PHP_SHA1Final()
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c537 PHP_SHA1Update(&context, password, password_len); in php_mysqlnd_scramble()
542 PHP_SHA1Update(&context, (zend_uchar*)sha1, SHA1_MAX_LENGTH); in php_mysqlnd_scramble()
547 PHP_SHA1Update(&context, scramble, SCRAMBLE_LENGTH); in php_mysqlnd_scramble()
548 PHP_SHA1Update(&context, (zend_uchar*)sha2, SHA1_MAX_LENGTH); in php_mysqlnd_scramble()
/php-src/ext/random/
H A Drandom.c622 PHP_SHA1Update(c, p, l);
/php-src/ext/hash/
H A Dhash_sha.c68 (php_hash_update_func_t) PHP_SHA1Update,
/php-src/ext/phar/
H A Dutil.c1739 PHP_SHA1Update(&context, buf, len); in phar_verify_signature()
1960 PHP_SHA1Update(&context, buf, sig_len); in phar_create_signature()
/php-src/ext/reflection/
H A Dphp_reflection.c6575 PHP_SHA1Update(&context, (unsigned char *) &Z_REF(intern->obj), sizeof(zend_reference *)); in ZEND_METHOD()
6576 PHP_SHA1Update(&context, REFLECTION_G(key), REFLECTION_KEY_LEN); in ZEND_METHOD()

Completed in 44 milliseconds