Public Attributes#

uint32_t
uint32_t
uint32_t
uint32_t

IV mode 0-> ECB; 1-> CBC.

uint8_t

IV for CBC mode.

uint8_t

Key data wrapped/ Plain text.

Public Attribute Documentation#

key_type#

uint32_t key_type

Definition at line 225 of file include/rsi_crypto.h

reserved#

uint32_t reserved

Definition at line 226 of file include/rsi_crypto.h

key_size#

uint32_t key_size

Definition at line 227 of file include/rsi_crypto.h

Referenced by rsi_wrap_pen , and rsi_wrap

wrap_iv_mode#

uint32_t wrap_iv_mode

IV mode 0-> ECB; 1-> CBC.


Definition at line 229 of file include/rsi_crypto.h

wrap_iv#

uint8_t wrap_iv[WRAP_IV_SIZE]

IV for CBC mode.


Definition at line 231 of file include/rsi_crypto.h

key_buffer#

uint8_t key_buffer[1400]

Key data wrapped/ Plain text.


Definition at line 233 of file include/rsi_crypto.h

Referenced by rsi_wrap_pen , and rsi_wrap