#include <stdint.h>
#include <string.h>
|
#define | blk(block, i) |
|
#define | R0(v, w, x, y, z, i) |
|
#define | R1(v, w, x, y, z, i) |
|
#define | R2(v, w, x, y, z, i) |
|
#define | R3(v, w, x, y, z, i) |
|
#define | R4(v, w, x, y, z, i) |
|
#define | rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) |
|
#define | SHA1_DIGEST_SIZE 20 |
|
◆ blk
Value:
1))
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition at line 124 of file sha1.inl.
◆ R0
#define R0 |
( |
| v, |
|
|
| w, |
|
|
| x, |
|
|
| y, |
|
|
| z, |
|
|
| i ) |
◆ R1
#define R1 |
( |
| v, |
|
|
| w, |
|
|
| x, |
|
|
| y, |
|
|
| z, |
|
|
| i ) |
◆ R2
#define R2 |
( |
| v, |
|
|
| w, |
|
|
| x, |
|
|
| y, |
|
|
| z, |
|
|
| i ) |
◆ R3
#define R3 |
( |
| v, |
|
|
| w, |
|
|
| x, |
|
|
| y, |
|
|
| z, |
|
|
| i ) |
◆ R4
#define R4 |
( |
| v, |
|
|
| w, |
|
|
| x, |
|
|
| y, |
|
|
| z, |
|
|
| i ) |
◆ rol
#define rol |
( |
| value, |
|
|
| bits ) (((value) << (bits)) | ((value) >> (32 - (bits)))) |
◆ SHA1_DIGEST_SIZE
#define SHA1_DIGEST_SIZE 20 |
◆ blk0()
◆ SHA1_Final()
◆ SHA1_Init()
◆ SHA1_Transform()
static void SHA1_Transform |
( |
uint32_t | state[5], |
|
|
const uint8_t | buffer[64] ) |
|
static |
◆ SHA1_Update()