|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
| struct | PHP_HAVAL_CTX |
Macros | |
| #define | PHP_HAVAL_SPEC "l8l2b128" |
| #define | PHP_HASH_HAVAL_INIT_DECL(p, b) |
Functions | |
| PHP_HASH_API void | PHP_HAVALUpdate (PHP_HAVAL_CTX *, const unsigned char *, size_t) |
Definition at line 32 of file php_hash_haval.h.
| #define PHP_HAVAL_SPEC "l8l2b128" |
Definition at line 30 of file php_hash_haval.h.
| PHP_HASH_API void PHP_HAVALUpdate | ( | PHP_HAVAL_CTX * | context, |
| const unsigned char * | input, | ||
| size_t | inputLen ) |
Definition at line 281 of file hash_haval.c.