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

Data Fields

uint32_t H [8]
 
uint32_t total [2]
 
uint32_t buflen
 
char buffer [128]
 

Detailed Description

Definition at line 48 of file crypt_sha256.c.

Field Documentation

◆ buffer

char sha256_ctx::buffer[128]

Definition at line 53 of file crypt_sha256.c.

◆ buflen

uint32_t sha256_ctx::buflen

Definition at line 52 of file crypt_sha256.c.

◆ H

uint32_t sha256_ctx::H[8]

Definition at line 49 of file crypt_sha256.c.

◆ total

uint32_t sha256_ctx::total[2]

Definition at line 51 of file crypt_sha256.c.


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