Embedded SDK
Embedded SDK
|
#include <lcx_cipher.h>
Public Attributes | |
uint32_t | key_bitlen |
Key size. More... | |
uint32_t | iv_size |
Initialization vector size. More... | |
uint32_t | block_size |
Block size. More... | |
const cx_cipher_base_t * | base |
Cipher information
Definition at line 68 of file lcx_cipher.h.
const cx_cipher_base_t* cx_cipher_info_t::base |
Definition at line 73 of file lcx_cipher.h.
uint32_t cx_cipher_info_t::block_size |
Block size.
Definition at line 71 of file lcx_cipher.h.
uint32_t cx_cipher_info_t::iv_size |
Initialization vector size.
Definition at line 70 of file lcx_cipher.h.
uint32_t cx_cipher_info_t::key_bitlen |
Key size.
Definition at line 69 of file lcx_cipher.h.