php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_hash_haval.h>
Data Fields | |
uint32_t | state [8] |
uint32_t | count [2] |
unsigned char | buffer [128] |
char | passes |
short | output |
void(* | Transform )(uint32_t state[8], const unsigned char block[128]) |
Definition at line 21 of file php_hash_haval.h.
unsigned char PHP_HAVAL_CTX::buffer[128] |
Definition at line 24 of file php_hash_haval.h.
uint32_t PHP_HAVAL_CTX::count[2] |
Definition at line 23 of file php_hash_haval.h.
short PHP_HAVAL_CTX::output |
Definition at line 27 of file php_hash_haval.h.
char PHP_HAVAL_CTX::passes |
Definition at line 26 of file php_hash_haval.h.
uint32_t PHP_HAVAL_CTX::state[8] |
Definition at line 22 of file php_hash_haval.h.
Definition at line 28 of file php_hash_haval.h.