php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_hash_gost.h>
Data Fields | |
uint32_t | state [16] |
uint32_t | count [2] |
unsigned char | length |
unsigned char | buffer [32] |
const uint32_t(* | tables )[4][256] |
Definition at line 21 of file php_hash_gost.h.
unsigned char PHP_GOST_CTX::buffer[32] |
Definition at line 25 of file php_hash_gost.h.
uint32_t PHP_GOST_CTX::count[2] |
Definition at line 23 of file php_hash_gost.h.
unsigned char PHP_GOST_CTX::length |
Definition at line 24 of file php_hash_gost.h.
uint32_t PHP_GOST_CTX::state[16] |
Definition at line 22 of file php_hash_gost.h.
const uint32_t(* PHP_GOST_CTX::tables)[4][256] |
Definition at line 26 of file php_hash_gost.h.