Embedded SDK
Embedded SDK
Public Attributes | List of all members
cx_cipher_info_t Struct Reference

#include <lcx_cipher.h>

Collaboration diagram for cx_cipher_info_t:
Collaboration graph
[legend]

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_tbase
 

Detailed Description

Cipher information

Definition at line 68 of file lcx_cipher.h.

Member Data Documentation

◆ base

const cx_cipher_base_t* cx_cipher_info_t::base

Definition at line 73 of file lcx_cipher.h.

◆ block_size

uint32_t cx_cipher_info_t::block_size

Block size.

Definition at line 71 of file lcx_cipher.h.

◆ iv_size

uint32_t cx_cipher_info_t::iv_size

Initialization vector size.

Definition at line 70 of file lcx_cipher.h.

◆ key_bitlen

uint32_t cx_cipher_info_t::key_bitlen

Key size.

Definition at line 69 of file lcx_cipher.h.


The documentation for this struct was generated from the following file: