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

#include <php_hash_md.h>

Data Fields

unsigned char state [48]
 
unsigned char checksum [16]
 
unsigned char buffer [16]
 
unsigned char in_buffer
 

Detailed Description

Definition at line 37 of file php_hash_md.h.

Field Documentation

◆ buffer

unsigned char PHP_MD2_CTX::buffer[16]

Definition at line 40 of file php_hash_md.h.

◆ checksum

unsigned char PHP_MD2_CTX::checksum[16]

Definition at line 39 of file php_hash_md.h.

◆ in_buffer

unsigned char PHP_MD2_CTX::in_buffer

Definition at line 41 of file php_hash_md.h.

◆ state

unsigned char PHP_MD2_CTX::state[48]

Definition at line 38 of file php_hash_md.h.


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