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

#include <php_hash_sha.h>

Data Fields

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

Detailed Description

Definition at line 37 of file php_hash_sha.h.

Field Documentation

◆ buffer

unsigned char PHP_SHA256_CTX::buffer[64]

Definition at line 40 of file php_hash_sha.h.

◆ count

uint32_t PHP_SHA256_CTX::count[2]

Definition at line 39 of file php_hash_sha.h.

◆ state

uint32_t PHP_SHA256_CTX::state[8]

Definition at line 38 of file php_hash_sha.h.


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