Public Attributes#
uint32_t
For built-in key.
uint32_t
IV mode 0-> ECB; 1-> CBC.
uint8_t
IV for CBC mode.
uint8_t
Key data wrapped/ Plain text.
Public Attribute Documentation#
wrap_iv_mode#
uint32_t wrap_iv_mode
IV mode 0-> ECB; 1-> CBC.
Definition at line
206
of file include/rsi_crypto.h
wrap_iv#
uint8_t wrap_iv[WRAP_IV_SIZE]
IV for CBC mode.
Definition at line
208
of file include/rsi_crypto.h
key_buffer#
uint8_t key_buffer[32]
Key data wrapped/ Plain text.
Definition at line
210
of file include/rsi_crypto.h
Referenced by rsi_hmac_sha_pen , rsi_aes_pen , rsi_ccm , rsi_ccm_pen , rsi_chachapoly_pen , rsi_gcm , and rsi_gcm_pen