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

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

Data Fields

struct hash_hd_sthandle
 
int ext_error
 

Detailed Description

MD5 calculation context

Definition at line 50 of file md5_ext.h.

Field Documentation

◆ ext_error

int Md5CtxExt::ext_error

Non-zero if external error occurs during init or hashing

Definition at line 53 of file md5_ext.h.

Referenced by MHD_MD5_finish_reset(), MHD_MD5_init_one_time(), and MHD_MD5_update().

◆ handle

struct hash_hd_st* Md5CtxExt::handle

Hash calculation handle

Definition at line 52 of file md5_ext.h.

Referenced by MHD_MD5_deinit(), MHD_MD5_finish_reset(), MHD_MD5_init_one_time(), and MHD_MD5_update().


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