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 |
Definition at line 14 of file aes_testvectors.h.
| const uint32_t* aes_test::exp_ciphertext |
Definition at line 30 of file aes_testvectors.h.
| const uint32_t* aes_test::iv |
Definition at line 24 of file aes_testvectors.h.
| const uint32_t* aes_test::key |
Definition at line 20 of file aes_testvectors.h.
| size_t aes_test::key_len |
Definition at line 22 of file aes_testvectors.h.
| otcrypto_aes_mode_t aes_test::mode |
Definition at line 28 of file aes_testvectors.h.
| otcrypto_aes_padding_t aes_test::padding |
Definition at line 26 of file aes_testvectors.h.
| const uint32_t* aes_test::plaintext |
Definition at line 16 of file aes_testvectors.h.
| size_t aes_test::plaintext_len |
Definition at line 18 of file aes_testvectors.h.