Struct
struct
structsh__hmac__t
Context information for the HMAC keyed-hashing operation.
[
shmem.h:1405
]
[
#include shmem.h
]
variable
(t)
int sh_hmac_t::alg
[
shmem.h:1407
]
The SHA algorythm.
variable
int sh_hmac_t::hashSize
[
shmem.h:1409
]
variable
(t)
int sh_hmac_t::blockSize
[
shmem.h:1410
]
variable
(t)
sh_sha_t sh_hmac_t::shaContext
[
shmem.h:1413
]
SHA context.
variable
(t)
unsigned char sh_hmac_t::k_opad[USHA_Max_Message_Block_Size]
[USHA_Max_Message_Block_Size]
[
shmem.h:1416
]
outer padding - key XORd with opad
variable
(t)
int sh_hmac_t::Computed
[
shmem.h:1418
]
variable
(t)
int sh_hmac_t::Corrupted
[
shmem.h:1419
]