Home
last modified time | relevance | path

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

/PHP-8.1/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
233 PHP_SHA1Update(context, PADDING, padLen); in PHP_SHA1Final()
236 PHP_SHA1Update(context, bits, 8); in PHP_SHA1Final()
/PHP-8.1/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-8.1/ext/hash/
H A Dhash_sha.c68 (php_hash_update_func_t) PHP_SHA1Update,
/PHP-8.1/ext/phar/
H A Dutil.c1733 PHP_SHA1Update(&context, buf, len); in phar_verify_signature()
1947 PHP_SHA1Update(&context, buf, sig_len); in phar_create_signature()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c6421 PHP_SHA1Update(&context, (unsigned char *) &Z_REF(intern->obj), sizeof(zend_reference *)); in ZEND_METHOD()
6422 PHP_SHA1Update(&context, REFLECTION_G(key), REFLECTION_KEY_LEN); in ZEND_METHOD()

Completed in 45 milliseconds