5 #ifndef OPENTITAN_SW_DEVICE_LIB_DIF_DIF_HMAC_H_
6 #define OPENTITAN_SW_DEVICE_LIB_DIF_DIF_HMAC_H_
20 #include "sw/device/lib/dif/autogen/dif_hmac_autogen.h"
51 kDifHMACKey256 = (1 << 1),
52 kDifHMACKey384 = (1 << 2),
53 kDifHMACKey512 = (1 << 3),
54 kDifHMACKey1024 = (1 << 4),
61 kDifSHA256 = (1 << 1),
62 kDifSHA384 = (1 << 2),
63 kDifSHA512 = (1 << 3),
149 size_t len,
size_t *bytes_sent);
162 uint32_t *num_entries);