satsolver  0.17.2
Public Attributes | List of all members
ctxhandle Struct Reference

Public Attributes

Id type
 
int done
 
unsigned char result [64]
 
union {
   MD5_CTX   md5
 
   SHA1_CTX   sha1
 
   SHA256_CTX   sha256
 
c
 

Detailed Description

Definition at line 15 of file chksum.c.

Member Data Documentation

Id ctxhandle::type
int ctxhandle::done
unsigned char ctxhandle::result[64]

Definition at line 18 of file chksum.c.

Referenced by sat_chksum_create_from_bin(), and sat_chksum_get().

MD5_CTX ctxhandle::md5

Definition at line 20 of file chksum.c.

Referenced by sat_chksum_add(), sat_chksum_create(), and sat_chksum_get().

SHA1_CTX ctxhandle::sha1

Definition at line 21 of file chksum.c.

Referenced by sat_chksum_add(), sat_chksum_create(), and sat_chksum_get().

SHA256_CTX ctxhandle::sha256

Definition at line 22 of file chksum.c.

Referenced by sat_chksum_add(), sat_chksum_create(), and sat_chksum_get().

union { ... } ctxhandle::c

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