FD.io VPP  v20.01-48-g3e0dafb74
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
 
struct unittest_crypto_test_registrationnext
 

Detailed Description

Definition at line 26 of file crypto.h.

Field Documentation

◆ aad

unittest_crypto_test_data_t unittest_crypto_test_registration::aad

Definition at line 30 of file crypto.h.

◆ alg

vnet_crypto_alg_t unittest_crypto_test_registration::alg

Definition at line 29 of file crypto.h.

◆ ciphertext

unittest_crypto_test_data_t unittest_crypto_test_registration::ciphertext

Definition at line 30 of file crypto.h.

◆ digest

unittest_crypto_test_data_t unittest_crypto_test_registration::digest

Definition at line 30 of file crypto.h.

◆ iv

unittest_crypto_test_data_t unittest_crypto_test_registration::iv

Definition at line 30 of file crypto.h.

◆ key

unittest_crypto_test_data_t unittest_crypto_test_registration::key

Definition at line 30 of file crypto.h.

◆ name

char* unittest_crypto_test_registration::name

Definition at line 28 of file crypto.h.

◆ next

struct unittest_crypto_test_registration* unittest_crypto_test_registration::next

Definition at line 34 of file crypto.h.

◆ plaintext

unittest_crypto_test_data_t unittest_crypto_test_registration::plaintext

Definition at line 30 of file crypto.h.

◆ tag

unittest_crypto_test_data_t unittest_crypto_test_registration::tag

Definition at line 30 of file crypto.h.


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