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

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

Detailed Description

Definition at line 21 of file php_hash_gost.h.

Field Documentation

◆ buffer

unsigned char PHP_GOST_CTX::buffer[32]

Definition at line 25 of file php_hash_gost.h.

◆ count

uint32_t PHP_GOST_CTX::count[2]

Definition at line 23 of file php_hash_gost.h.

◆ length

unsigned char PHP_GOST_CTX::length

Definition at line 24 of file php_hash_gost.h.

◆ state

uint32_t PHP_GOST_CTX::state[16]

Definition at line 22 of file php_hash_gost.h.

◆ tables

const uint32_t(* PHP_GOST_CTX::tables)[4][256]

Definition at line 26 of file php_hash_gost.h.


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