FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
UNITTEST_REGISTER_CRYPTO_TEST (aes_gcm128_tc1) | |
UNITTEST_REGISTER_CRYPTO_TEST (aes_gcm256_tc1) | |
UNITTEST_REGISTER_CRYPTO_TEST (aes_gcm128_tc2) | |
UNITTEST_REGISTER_CRYPTO_TEST (aes_gcm256_tc2) | |
UNITTEST_REGISTER_CRYPTO_TEST (aes_gcm128_tc3) | |
UNITTEST_REGISTER_CRYPTO_TEST (aes_gcm256_tc3) | |
UNITTEST_REGISTER_CRYPTO_TEST (aes_gcm128_tc4) | |
UNITTEST_REGISTER_CRYPTO_TEST (aes_gcm256_tc4) | |
Variables | |
static u8 | tc1_key128 [16] = { 0, } |
static u8 | tc1_iv [12] = { 0, } |
static u8 | tc1_tag128 [] |
static u8 | tc1_key256 [32] = { 0, } |
static u8 | tc1_tag256 [] |
static u8 | tc2_ciphertext256 [] |
static u8 | tc2_tag256 [] |
static u8 | tc2_plaintext [16] = { 0, } |
static u8 | tc2_tag [] |
static u8 | tc2_ciphertext [] |
static u8 | tc3_key128 [] |
static u8 | tc3_iv [] |
static u8 | tc3_plaintext [] |
static u8 | tc3_ciphertext128 [] |
static u8 | tc3_tag128 [] |
static u8 | tc3_key256 [] |
static u8 | tc3_ciphertext256 [] |
static u8 | tc3_tag256 [] |
static u8 | tc4_plaintext [] |
static u8 | tc4_aad [] |
static u8 | tc4_ciphertext128 [] |
static u8 | tc4_tag [] |
static u8 | tc4_ciphertext256 [] |
static u8 | tc4_tag256 [] |
UNITTEST_REGISTER_CRYPTO_TEST | ( | aes_gcm128_tc1 | ) |
UNITTEST_REGISTER_CRYPTO_TEST | ( | aes_gcm256_tc1 | ) |
UNITTEST_REGISTER_CRYPTO_TEST | ( | aes_gcm128_tc2 | ) |
UNITTEST_REGISTER_CRYPTO_TEST | ( | aes_gcm256_tc2 | ) |
UNITTEST_REGISTER_CRYPTO_TEST | ( | aes_gcm128_tc3 | ) |
UNITTEST_REGISTER_CRYPTO_TEST | ( | aes_gcm256_tc3 | ) |
UNITTEST_REGISTER_CRYPTO_TEST | ( | aes_gcm128_tc4 | ) |
UNITTEST_REGISTER_CRYPTO_TEST | ( | aes_gcm256_tc4 | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |