GNU libmicrohttpd 1.0.0
Loading...
Searching...
No Matches
Sha256CtxExt Struct Reference

#include </builddir/build/BUILD/libmicrohttpd-1.0.0/src/microhttpd/sha256_ext.h>

Data Fields

struct hash_hd_sthandle
 
int ext_error
 

Detailed Description

SHA-256 calculation context

Definition at line 52 of file sha256_ext.h.

Field Documentation

◆ ext_error

int Sha256CtxExt::ext_error

Non-zero if external error occurs during init or hashing

Definition at line 55 of file sha256_ext.h.

Referenced by MHD_SHA256_finish_reset(), MHD_SHA256_init_one_time(), and MHD_SHA256_update().

◆ handle

struct hash_hd_st* Sha256CtxExt::handle

Hash calculation handle

Definition at line 54 of file sha256_ext.h.

Referenced by MHD_SHA256_deinit(), MHD_SHA256_finish_reset(), MHD_SHA256_init_one_time(), and MHD_SHA256_update().


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