Public Attributes | |
| Id | type |
| int | done |
| unsigned char | result [64] |
| union { | |
| MD5_CTX md5 | |
| SHA1_CTX sha1 | |
| SHA256_CTX sha256 | |
| } | c |
Definition at line 15 of file chksum.c.
Definition at line 16 of file chksum.c.
Referenced by sat_chksum_add(), sat_chksum_create(), and sat_chksum_get().
| int ctxhandle::done |
| unsigned char ctxhandle::result[64] |
Definition at line 20 of file chksum.c.
Referenced by sat_chksum_add(), sat_chksum_create(), and sat_chksum_get().
Definition at line 21 of file chksum.c.
Referenced by sat_chksum_add(), sat_chksum_create(), and sat_chksum_get().
Definition at line 22 of file chksum.c.
Referenced by sat_chksum_add(), sat_chksum_create(), and sat_chksum_get().
| union { ... } ctxhandle::c |
Referenced by sat_chksum_add(), sat_chksum_create(), and sat_chksum_get().