struct
structsh__hmac__t
Context information for the HMAC keyed-hashing operation.
variable
(t)
int sh_hmac_t::alg
The SHA algorythm.
variable
(t)
int sh_hmac_t::hashSize
variable
int sh_hmac_t::blockSize
variable
(t)
sh_sha_t sh_hmac_t::shaContext
SHA context.
variable
(t)
unsigned char sh_hmac_t::k_opad[USHA_Max_Message_Block_Size]
[USHA_Max_Message_Block_Size]
outer padding - key XORd with opad
variable
(t)
int sh_hmac_t::Computed
variable
(t)
int sh_hmac_t::Corrupted