EvEmu
0.8.4
11 September 2021
|
#include "ShaModule.h"
Public Attributes | |
SHA_INT32 | digest [5] |
SHA_INT32 | count_lo |
SHA_INT32 | count_hi |
SHA_BYTE | data [SHA_BLOCKSIZE] |
int | Endianness |
int | local |
Definition at line 70 of file ShaModule.h.
SHA_INT32 ShaModule::SHAobject::count_hi |
Definition at line 72 of file ShaModule.h.
Referenced by ShaModule::sha_final(), ShaModule::sha_init(), ShaModule::sha_update(), and ShaModule::SHAcopy().
SHA_INT32 ShaModule::SHAobject::count_lo |
Definition at line 72 of file ShaModule.h.
Referenced by ShaModule::sha_final(), ShaModule::sha_init(), ShaModule::sha_update(), and ShaModule::SHAcopy().
SHA_BYTE ShaModule::SHAobject::data[SHA_BLOCKSIZE] |
Definition at line 73 of file ShaModule.h.
Referenced by ShaModule::sha_final(), ShaModule::sha_transform(), ShaModule::sha_update(), and ShaModule::SHAcopy().
SHA_INT32 ShaModule::SHAobject::digest[5] |
Definition at line 71 of file ShaModule.h.
Referenced by ShaModule::sha_final(), ShaModule::sha_init(), ShaModule::sha_transform(), and ShaModule::SHAcopy().
int ShaModule::SHAobject::Endianness |
Definition at line 74 of file ShaModule.h.
Referenced by ShaModule::sha_init(), ShaModule::sha_transform(), and ShaModule::SHAcopy().
int ShaModule::SHAobject::local |
Definition at line 75 of file ShaModule.h.
Referenced by ShaModule::sha_init(), ShaModule::sha_update(), and ShaModule::SHAcopy().