Go to the source code of this file.
|
typedef unsigned char | BYTE |
|
typedef unsigned int | INT32 |
|
◆ BLOCK_SIZE
Definition at line 43 of file sha.h.
◆ SHA_BLOCKSIZE
Definition at line 30 of file sha.h.
◆ VSIZE
Definition at line 44 of file sha.h.
◆ BYTE
typedef unsigned char BYTE |
Definition at line 27 of file sha.h.
◆ INT32
typedef unsigned int INT32 |
Definition at line 28 of file sha.h.
◆ __attribute__()
void __attribute__ |
( |
(noinline) |
| ) |
|
Convert the given fixedpt number to a decimal string.
The max_dec argument specifies how many decimal digits to the right of the decimal point to generate. If set to -1, the "default" number of decimal digits will be used (2 for 32-bit fixedpt width, 10 for 64-bit fixedpt width); If set to -2, "all" of the digits will be returned, meaning there will be invalid, bogus digits outside the specified precisions.
Definition at line 1 of file atominIncrement.c.
◆ sha_final()
◆ sha_init()
◆ sha_print()
◆ sha_update()
void sha_update |
( |
const BYTE * |
, |
|
|
int |
|
|
) |
| |
◆ in_i
const int in_i[VSIZE] = { 8192, 8192 } |
◆ indata
Definition at line 52 of file sha.h.
◆ sha_info_count_hi
Definition at line 33 of file sha.h.
◆ sha_info_count_lo
Definition at line 33 of file sha.h.
◆ sha_info_data
Definition at line 34 of file sha.h.
◆ sha_info_digest
Definition at line 32 of file sha.h.