|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | F1(x6, x5, x4, x3, x2, x1, x0) |
| #define | F2(x6, x5, x4, x3, x2, x1, x0) |
| #define | F3(x6, x5, x4, x3, x2, x1, x0) |
| #define | F4(x6, x5, x4, x3, x2, x1, x0) |
| #define | F5(x6, x5, x4, x3, x2, x1, x0) |
| #define | ROTR(x, n) |
| #define | PHP_HASH_HAVAL_INIT(p, b) |
| #define | PHP_HASH_HAVAL_VERSION 0x01 |
Functions | |
| PHP_HASH_API void | PHP_HAVALUpdate (PHP_HAVAL_CTX *context, const unsigned char *input, size_t inputLen) |
| PHP_HASH_API void | PHP_HAVAL128Final (unsigned char *digest, PHP_HAVAL_CTX *context) |
| PHP_HASH_API void | PHP_HAVAL160Final (unsigned char *digest, PHP_HAVAL_CTX *context) |
| PHP_HASH_API void | PHP_HAVAL192Final (unsigned char *digest, PHP_HAVAL_CTX *context) |
| PHP_HASH_API void | PHP_HAVAL224Final (unsigned char *digest, PHP_HAVAL_CTX *context) |
| PHP_HASH_API void | PHP_HAVAL256Final (unsigned char *digest, PHP_HAVAL_CTX *context) |
| #define F1 | ( | x6, | |
| x5, | |||
| x4, | |||
| x3, | |||
| x2, | |||
| x1, | |||
| x0 ) |
Definition at line 125 of file hash_haval.c.
| #define F2 | ( | x6, | |
| x5, | |||
| x4, | |||
| x3, | |||
| x2, | |||
| x1, | |||
| x0 ) |
Definition at line 126 of file hash_haval.c.
| #define F3 | ( | x6, | |
| x5, | |||
| x4, | |||
| x3, | |||
| x2, | |||
| x1, | |||
| x0 ) |
Definition at line 128 of file hash_haval.c.
| #define F4 | ( | x6, | |
| x5, | |||
| x4, | |||
| x3, | |||
| x2, | |||
| x1, | |||
| x0 ) |
Definition at line 129 of file hash_haval.c.
| #define F5 | ( | x6, | |
| x5, | |||
| x4, | |||
| x3, | |||
| x2, | |||
| x1, | |||
| x0 ) |
Definition at line 132 of file hash_haval.c.
Definition at line 245 of file hash_haval.c.
| #define PHP_HASH_HAVAL_VERSION 0x01 |
Definition at line 316 of file hash_haval.c.
Definition at line 135 of file hash_haval.c.
| PHP_HASH_API void PHP_HAVAL128Final | ( | unsigned char * | digest, |
| PHP_HAVAL_CTX * | context ) |
Definition at line 319 of file hash_haval.c.
| PHP_HASH_API void PHP_HAVAL160Final | ( | unsigned char * | digest, |
| PHP_HAVAL_CTX * | context ) |
Definition at line 372 of file hash_haval.c.
| PHP_HASH_API void PHP_HAVAL192Final | ( | unsigned char * | digest, |
| PHP_HAVAL_CTX * | context ) |
Definition at line 425 of file hash_haval.c.
| PHP_HASH_API void PHP_HAVAL224Final | ( | unsigned char * | digest, |
| PHP_HAVAL_CTX * | context ) |
Definition at line 464 of file hash_haval.c.
| PHP_HASH_API void PHP_HAVAL256Final | ( | unsigned char * | digest, |
| PHP_HAVAL_CTX * | context ) |
Definition at line 504 of file hash_haval.c.
| 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.