struct
structsh__hkdf__t
Context information for the HKDF extract-and-expand Key Derivation Functions.
variable
int sh_hkdf_t::alg
variable
sh_hmac_t sh_hkdf_t::hmacContext
variable
int sh_hkdf_t::hashSize
hash size of SHA being used
variable
unsigned char sh_hkdf_t::prk[USHAMaxHashSize]
[USHAMaxHashSize]
pseudo-random key - output of hkdfInput
variable
int sh_hkdf_t::Computed
variable
int sh_hkdf_t::Corrupted