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

#include <php_hash_sha.h>

Data Fields

uint64_t state [8]
 
uint64_t count [2]
 
unsigned char buffer [128]
 

Detailed Description

Definition at line 73 of file php_hash_sha.h.

Field Documentation

◆ buffer

unsigned char PHP_SHA384_CTX::buffer[128]

Definition at line 76 of file php_hash_sha.h.

◆ count

uint64_t PHP_SHA384_CTX::count[2]

Definition at line 75 of file php_hash_sha.h.

◆ state

uint64_t PHP_SHA384_CTX::state[8]

Definition at line 74 of file php_hash_sha.h.


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