Software APIs
Data Fields
aes_test Struct Reference

Data Fields

const uint32_t * plaintext
 
size_t plaintext_len
 
const uint32_t * key
 
size_t key_len
 
const uint32_t * iv
 
otcrypto_aes_padding_t padding
 
otcrypto_aes_mode_t mode
 
const uint32_t * exp_ciphertext
 

Detailed Description

Definition at line 14 of file aes_testvectors.h.

Field Documentation

◆ exp_ciphertext

const uint32_t* aes_test::exp_ciphertext

Definition at line 30 of file aes_testvectors.h.

◆ iv

const uint32_t* aes_test::iv

Definition at line 24 of file aes_testvectors.h.

◆ key

const uint32_t* aes_test::key

Definition at line 20 of file aes_testvectors.h.

◆ key_len

size_t aes_test::key_len

Definition at line 22 of file aes_testvectors.h.

◆ mode

otcrypto_aes_mode_t aes_test::mode

Definition at line 28 of file aes_testvectors.h.

◆ padding

otcrypto_aes_padding_t aes_test::padding

Definition at line 26 of file aes_testvectors.h.

◆ plaintext

const uint32_t* aes_test::plaintext

Definition at line 16 of file aes_testvectors.h.

◆ plaintext_len

size_t aes_test::plaintext_len

Definition at line 18 of file aes_testvectors.h.