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

#include <php_hash_whirlpool.h>

Data Fields

uint64_t state [8]
 
unsigned char bitlength [32]
 
struct { 
 
   int   pos 
 
   int   bits 
 
   unsigned char   data [64] 
 
buffer 
 

Detailed Description

Definition at line 21 of file php_hash_whirlpool.h.

Field Documentation

◆ bitlength

unsigned char PHP_WHIRLPOOL_CTX::bitlength[32]

Definition at line 23 of file php_hash_whirlpool.h.

◆ bits

int PHP_WHIRLPOOL_CTX::bits

Definition at line 26 of file php_hash_whirlpool.h.

◆ [struct]

struct { ... } PHP_WHIRLPOOL_CTX::buffer

◆ data

unsigned char PHP_WHIRLPOOL_CTX::data[64]

Definition at line 27 of file php_hash_whirlpool.h.

◆ pos

int PHP_WHIRLPOOL_CTX::pos

Definition at line 25 of file php_hash_whirlpool.h.

◆ state

uint64_t PHP_WHIRLPOOL_CTX::state[8]

Definition at line 22 of file php_hash_whirlpool.h.


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