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

#include <php_hash_md.h>

Data Fields

uint32_t state [4]
 
uint32_t count [2]
 
unsigned char buffer [64]
 

Detailed Description

Definition at line 24 of file php_hash_md.h.

Field Documentation

◆ buffer

unsigned char PHP_MD4_CTX::buffer[64]

Definition at line 27 of file php_hash_md.h.

◆ count

uint32_t PHP_MD4_CTX::count[2]

Definition at line 26 of file php_hash_md.h.

◆ state

uint32_t PHP_MD4_CTX::state[4]

Definition at line 25 of file php_hash_md.h.


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