Home
last modified time | relevance | path

Searched refs:PHP_SHA512Update (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/hash/
H A Dphp_hash_sha.h92 PHP_HASH_API void PHP_SHA512Update(PHP_SHA512_CTX *, const unsigned char *, unsigned int);
96 #define PHP_SHA512_256Update PHP_SHA512Update
100 #define PHP_SHA512_224Update PHP_SHA512Update
H A Dhash_sha.c982 PHP_HASH_API void PHP_SHA512Update(PHP_SHA512_CTX * context, const unsigned char *input, unsigned i… in PHP_SHA512Update() function
1048 PHP_SHA512Update(context, PADDING, padLen); in PHP_SHA512Final()
1051 PHP_SHA512Update(context, bits, 16); in PHP_SHA512Final()
1086 (php_hash_update_func_t) PHP_SHA512Update,
/PHP-7.3/ext/phar/
H A Dutil.c1621 PHP_SHA512Update(&context, buf, len); in phar_verify_signature()
1799 PHP_SHA512Update(&context, buf, sig_len); in phar_create_signature()

Completed in 15 milliseconds