New upstream version 17.08
[deb_dpdk.git] / app / test-crypto-perf / cperf_test_vectors.h
index e64f116..8595570 100644 (file)
@@ -53,9 +53,23 @@ struct cperf_test_vector {
 
        struct {
                uint8_t *data;
-               phys_addr_t phys_addr;
                uint16_t length;
-       } iv;
+       } aead_key;
+
+       struct {
+               uint8_t *data;
+               uint16_t length;
+       } cipher_iv;
+
+       struct {
+               uint8_t *data;
+               uint16_t length;
+       } auth_iv;
+
+       struct {
+               uint8_t *data;
+               uint16_t length;
+       } aead_iv;
 
        struct {
                uint8_t *data;
@@ -79,6 +93,8 @@ struct cperf_test_vector {
                uint32_t auth_length;
                uint32_t cipher_offset;
                uint32_t cipher_length;
+               uint32_t aead_offset;
+               uint32_t aead_length;
        } data;
 };