Constants#
This section provides a reference to the CCM Crypto API constants.
Enumerations#
enum
enum
SL_SI91X_CCM_KEY_SIZE_128 = 16
SL_SI91X_CCM_KEY_SIZE_192 = 24
SL_SI91X_CCM_KEY_SIZE_256 = 32
}
Enumeration Documentation#
sl_si91x_ccm_type_t#
sl_si91x_ccm_type_t
Enumerator | |
---|---|
SL_SI91X_CCM_ENCRYPT | CCM Encryption. |
SL_SI91X_CCM_DECRYPT | CCM Decryption. |
sl_si91x_ccm_key_size_t#
sl_si91x_ccm_key_size_t
Enumerator | |
---|---|
SL_SI91X_CCM_KEY_SIZE_128 | key size of 128 bits |
SL_SI91X_CCM_KEY_SIZE_192 | key size of 192 bits |
SL_SI91X_CCM_KEY_SIZE_256 | key size of 256 bits |