Types#
This section provides a reference to the WRAP Crypto API types.
Modules#
Enumerations#
enum
SL_SI91X_WRAP_HMAC_SHA_1 = 1
SL_SI91X_WRAP_HMAC_SHA_256 
SL_SI91X_WRAP_HMAC_SHA_384 
SL_SI91X_WRAP_HMAC_SHA_512 
}
Enumeration Documentation#
sl_si91x_wrap_mode_t#
sl_si91x_wrap_mode_t
| Enumerator | |
|---|---|
| SL_SI91X_WRAP_HMAC_SHA_1 | HMAC SHA 1 mode used for padding during wrap. | 
| SL_SI91X_WRAP_HMAC_SHA_256 | HMAC SHA 256 used for padding during wrap. | 
| SL_SI91X_WRAP_HMAC_SHA_384 | HMAC SHA 384 mode used for padding during wrap. | 
| SL_SI91X_WRAP_HMAC_SHA_512 | HMAC SHA 512 mode used for padding during wrap. |