Lines Matching defs:blockcipher_test_data
62 struct blockcipher_test_data { struct
63 enum rte_crypto_cipher_algorithm crypto_algo;
65 struct {
68 } cipher_key;
70 struct {
73 } iv;
75 struct {
78 } plaintext;
80 struct {
83 } ciphertext;
85 enum rte_crypto_auth_algorithm auth_algo;
87 struct {
90 } auth_key;
92 struct {
96 } digest;
98 unsigned int cipher_offset;
99 unsigned int auth_offset;
100 uint32_t xts_dataunit_len;
101 bool wrapped_key;