Lines Matching defs:blockcipher_test_data
66 struct blockcipher_test_data { struct
67 enum rte_crypto_cipher_algorithm crypto_algo;
69 struct {
72 } cipher_key;
74 struct {
77 } iv;
79 struct {
82 } plaintext;
84 struct {
87 } ciphertext;
89 enum rte_crypto_auth_algorithm auth_algo;
91 struct {
94 } auth_key;
96 struct {
100 } digest;
102 unsigned int cipher_offset;
103 unsigned int auth_offset;
104 uint32_t xts_dataunit_len;
105 bool wrapped_key;