#include "sha0hash.h"
Include dependency graph for sha0hash.cc:
Go to the source code of this file.
Defines | |
#define | EXPAND(pa, pb, pc, pd) (*(pa++) ^ *(pb++) ^ *(pc++) ^ *(pd++)) |
Functions | |
uint32 | sha_func0 (uint32 x, uint32 y, uint32 z) |
uint32 | sha_func1 (uint32 x, uint32 y, uint32 z) |
uint32 | sha_func2 (uint32 x, uint32 y, uint32 z) |
uint32 | sha_func3 (uint32 x, uint32 y, uint32 z) |
uint32 | rotate (uint32 x, int n) |
Variables | |
const uint32 | sha_const0 = 0x5a827999U |
const uint32 | sha_const1 = 0x6ed9eba1U |
const uint32 | sha_const2 = 0x8f1bbcdcU |
const uint32 | sha_const3 = 0xca62c1d6U |
const uint32 | sha_init_state [5] |
|
Definition at line 57 of file sha0hash.cc. Referenced by SHA1Hash::AtomicHash(), and SHA0Hash::AtomicHash(). |
|
Definition at line 43 of file sha0hash.cc. References uint32. |
|
Definition at line 29 of file sha0hash.cc. References uint32. |
|
Definition at line 33 of file sha0hash.cc. References uint32. |
|
Definition at line 36 of file sha0hash.cc. References uint32. |
|
Definition at line 40 of file sha0hash.cc. References uint32. |
|
Definition at line 48 of file sha0hash.cc. Referenced by SHA0Hash::AtomicHash(). |
|
Definition at line 49 of file sha0hash.cc. Referenced by SHA0Hash::AtomicHash(). |
|
Definition at line 50 of file sha0hash.cc. Referenced by SHA0Hash::AtomicHash(). |
|
Definition at line 51 of file sha0hash.cc. Referenced by SHA0Hash::AtomicHash(). |
|
Initial value: { 0x67452301U, 0xefcdab89U, 0x98badcfeU, 0x10325476U, 0xc3d2e1f0U } Definition at line 53 of file sha0hash.cc. Referenced by SHA0Hash::reset(). |