php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
PHP_HAVAL_CTX Struct Reference

#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])
 

Detailed Description

Definition at line 21 of file php_hash_haval.h.

Field Documentation

◆ buffer

unsigned char PHP_HAVAL_CTX::buffer[128]

Definition at line 24 of file php_hash_haval.h.

◆ count

uint32_t PHP_HAVAL_CTX::count[2]

Definition at line 23 of file php_hash_haval.h.

◆ output

short PHP_HAVAL_CTX::output

Definition at line 27 of file php_hash_haval.h.

◆ passes

char PHP_HAVAL_CTX::passes

Definition at line 26 of file php_hash_haval.h.

◆ state

uint32_t PHP_HAVAL_CTX::state[8]

Definition at line 22 of file php_hash_haval.h.

◆ Transform

void(* PHP_HAVAL_CTX::Transform) (uint32_t state[8], const unsigned char block[128])

Definition at line 28 of file php_hash_haval.h.


The documentation for this struct was generated from the following file: