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

#include <php_hash_tiger.h>

Data Fields

uint64_t state [3]
 
uint64_t passed
 
unsigned char buffer [64]
 
uint32_t length
 
unsigned int passes:1
 

Detailed Description

Definition at line 21 of file php_hash_tiger.h.

Field Documentation

◆ buffer

unsigned char PHP_TIGER_CTX::buffer[64]

Definition at line 24 of file php_hash_tiger.h.

◆ length

uint32_t PHP_TIGER_CTX::length

Definition at line 25 of file php_hash_tiger.h.

◆ passed

uint64_t PHP_TIGER_CTX::passed

Definition at line 23 of file php_hash_tiger.h.

◆ passes

unsigned int PHP_TIGER_CTX::passes

Definition at line 26 of file php_hash_tiger.h.

◆ state

uint64_t PHP_TIGER_CTX::state[3]

Definition at line 22 of file php_hash_tiger.h.


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