FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
unittest_crypto_test_registration Struct Reference
+ Collaboration diagram for unittest_crypto_test_registration:

Data Fields

char * name
 
vnet_crypto_alg_t alg
 
unittest_crypto_test_data_t iv
 
unittest_crypto_test_data_t key
 
unittest_crypto_test_data_t digest
 
unittest_crypto_test_data_t plaintext
 
unittest_crypto_test_data_t ciphertext
 
unittest_crypto_test_data_t aad
 
unittest_crypto_test_data_t tag
 
u32 plaintext_incremental
 
u8 is_chained
 
unittest_crypto_test_data_t pt_chunks [CRYPTO_TEST_MAX_OP_CHUNKS+1]
 
unittest_crypto_test_data_t ct_chunks [CRYPTO_TEST_MAX_OP_CHUNKS+1]
 
struct unittest_crypto_test_registrationnext
 

Detailed Description

Definition at line 28 of file crypto.h.

Field Documentation

◆ aad

unittest_crypto_test_data_t unittest_crypto_test_registration::aad

Definition at line 32 of file crypto.h.

◆ alg

vnet_crypto_alg_t unittest_crypto_test_registration::alg

Definition at line 31 of file crypto.h.

◆ ciphertext

unittest_crypto_test_data_t unittest_crypto_test_registration::ciphertext

Definition at line 32 of file crypto.h.

◆ ct_chunks

unittest_crypto_test_data_t unittest_crypto_test_registration::ct_chunks[CRYPTO_TEST_MAX_OP_CHUNKS+1]

Definition at line 39 of file crypto.h.

◆ digest

unittest_crypto_test_data_t unittest_crypto_test_registration::digest

Definition at line 32 of file crypto.h.

◆ is_chained

u8 unittest_crypto_test_registration::is_chained

Definition at line 35 of file crypto.h.

◆ iv

unittest_crypto_test_data_t unittest_crypto_test_registration::iv

Definition at line 32 of file crypto.h.

◆ key

unittest_crypto_test_data_t unittest_crypto_test_registration::key

Definition at line 32 of file crypto.h.

◆ name

char* unittest_crypto_test_registration::name

Definition at line 30 of file crypto.h.

◆ next

struct unittest_crypto_test_registration* unittest_crypto_test_registration::next

Definition at line 42 of file crypto.h.

◆ plaintext

unittest_crypto_test_data_t unittest_crypto_test_registration::plaintext

Definition at line 32 of file crypto.h.

◆ plaintext_incremental

u32 unittest_crypto_test_registration::plaintext_incremental

Definition at line 34 of file crypto.h.

◆ pt_chunks

unittest_crypto_test_data_t unittest_crypto_test_registration::pt_chunks[CRYPTO_TEST_MAX_OP_CHUNKS+1]

Definition at line 38 of file crypto.h.

◆ tag

unittest_crypto_test_data_t unittest_crypto_test_registration::tag

Definition at line 32 of file crypto.h.


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