X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2Ftest_cryptodev_snow3g_hash_test_vectors.h;h=e9fb2147be494c046ffe0af6b35c384a4396221e;hb=d550a8cc31f3cee0e30918ef3d12a74cf580616e;hp=a8a47db577c252e0820cbe59663e6db4759efb1c;hpb=7d3b1ec47fae5b2d972e05d0ee37bb7a1731b085;p=dpdk.git diff --git a/test/test/test_cryptodev_snow3g_hash_test_vectors.h b/test/test/test_cryptodev_snow3g_hash_test_vectors.h index a8a47db577..e9fb2147be 100644 --- a/test/test/test_cryptodev_snow3g_hash_test_vectors.h +++ b/test/test/test_cryptodev_snow3g_hash_test_vectors.h @@ -1,33 +1,5 @@ -/*- - * BSD LICENSE - * - * Copyright(c) 2016 Intel Corporation. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * * Neither the name of Intel Corporation nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright(c) 2016-2017 Intel Corporation */ #ifndef TEST_CRYPTODEV_SNOW3G_HASH_TEST_VECTORS_H_ @@ -42,7 +14,7 @@ struct snow3g_hash_test_data { struct { uint8_t data[64]; unsigned len; - } aad; + } auth_iv; struct { uint8_t data[2056]; @@ -53,10 +25,6 @@ struct snow3g_hash_test_data { unsigned len; } validAuthLenInBits; - struct { - unsigned len; - } validAuthOffsetLenInBits; - struct { uint8_t data[64]; unsigned len; @@ -71,7 +39,7 @@ struct snow3g_hash_test_data snow3g_hash_test_case_1 = { }, .len = 16 }, - .aad = { + .auth_iv = { .data = { 0x14, 0x79, 0x3E, 0x41, 0x03, 0x97, 0xE8, 0xFD, 0x94, 0x79, 0x3E, 0x41, 0x03, 0x97, 0x68, 0xFD @@ -92,9 +60,6 @@ struct snow3g_hash_test_data snow3g_hash_test_case_1 = { .validAuthLenInBits = { .len = 384 }, - .validAuthOffsetLenInBits = { - .len = 128 - }, .digest = { .data = {0x38, 0xB5, 0x54, 0xC0 }, .len = 4 @@ -109,7 +74,7 @@ struct snow3g_hash_test_data snow3g_hash_test_case_2 = { }, .len = 16 }, - .aad = { + .auth_iv = { .data = { 0x29, 0x6F, 0x39, 0x3C, 0x6B, 0x22, 0x77, 0x37, 0xA9, 0x6F, 0x39, 0x3C, 0x6B, 0x22, 0xF7, 0x37 @@ -140,9 +105,6 @@ struct snow3g_hash_test_data snow3g_hash_test_case_2 = { .validAuthLenInBits = { .len = 1000 }, - .validAuthOffsetLenInBits = { - .len = 128 - }, .digest = { .data = {0x06, 0x17, 0x45, 0xAE}, .len = 4 @@ -157,7 +119,7 @@ struct snow3g_hash_test_data snow3g_hash_test_case_3 = { }, .len = 16 }, - .aad = { + .auth_iv = { .data = { 0x29, 0x6F, 0x39, 0x3C, 0x6B, 0x22, 0x77, 0x37, 0xA9, 0x6F, 0x39, 0x3C, 0x6B, 0x22, 0xF7, 0x37 @@ -429,9 +391,6 @@ struct snow3g_hash_test_data snow3g_hash_test_case_3 = { .validAuthLenInBits = { .len = 16448 }, - .validAuthOffsetLenInBits = { - .len = 128 - }, .digest = { .data = {0x17, 0x9F, 0x2F, 0xA6}, .len = 4 @@ -446,7 +405,7 @@ struct snow3g_hash_test_data snow3g_hash_test_case_4 = { }, .len = 16 }, - .aad = { + .auth_iv = { .data = { 0x38, 0xA6, 0xF0, 0x56, 0x05, 0xD2, 0xEC, 0x49, 0x38, 0xA6, 0xF0, 0x56, 0x05, 0xD2, 0xEC, 0x49, @@ -464,9 +423,6 @@ struct snow3g_hash_test_data snow3g_hash_test_case_4 = { .validAuthLenInBits = { .len = 189 }, - .validAuthOffsetLenInBits = { - .len = 128 - }, .digest = { .data = {0x2B, 0xCE, 0x18, 0x20}, .len = 4 @@ -481,7 +437,7 @@ struct snow3g_hash_test_data snow3g_hash_test_case_5 = { }, .len = 16 }, - .aad = { + .auth_iv = { .data = { 0x3E, 0xDC, 0x87, 0xE2, 0xA4, 0xF2, 0xD8, 0xE2, 0xBE, 0xDC, 0x87, 0xE2, 0xA4, 0xF2, 0x58, 0xE2 @@ -500,9 +456,6 @@ struct snow3g_hash_test_data snow3g_hash_test_case_5 = { .validAuthLenInBits = { .len = 254 }, - .validAuthOffsetLenInBits = { - .len = 128 - }, .digest = { .data = {0xFC, 0x7B, 0x18, 0xBD}, .len = 4 @@ -517,7 +470,7 @@ struct snow3g_hash_test_data snow3g_hash_test_case_6 = { }, .len = 16 }, - .aad = { + .auth_iv = { .data = { 0x36, 0xAF, 0x61, 0x44, 0x98, 0x38, 0xF0, 0x3A, 0xB6, 0xAF, 0x61, 0x44, 0x98, 0x38, 0x70, 0x3A @@ -537,9 +490,6 @@ struct snow3g_hash_test_data snow3g_hash_test_case_6 = { .validAuthLenInBits = { .len = 319 }, - .validAuthOffsetLenInBits = { - .len = 128 - }, .digest = { .data = {0x02, 0xF1, 0xFA, 0xAF}, .len = 4