|
void | ExpectConfig (void) |
|
void | ExpectKey (const uint8_t *key, size_t size) |
|
MockDevice & | dev () |
|
Definition at line 24 of file dif_hmac_unittest.cc.
◆ dif_hmac_unittest::HmacTest::ConfigRegister
struct dif_hmac_unittest::HmacTest::ConfigRegister |
Definition at line 34 of file dif_hmac_unittest.cc.
Data Fields |
bool |
digest_big_endian |
|
uint32_t |
digest_size |
|
bool |
hmac_enable |
|
uint32_t |
key_length |
|
bool |
msg_big_endian |
|
bool |
sha_enable |
|
◆ transaction_
Initial value:= {
.digest_size = kDifSHA256,
.key_length = kDifHMACKey256,
}
Definition at line 27 of file dif_hmac_unittest.cc.