xref: /linux/lib/crypto/fips-aes.h (revision 60e9a0f5bec2e93c6e8fd462850676f488aa51c8)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* This file was generated by: gen-fips-testvecs.py */
3 /* clang-format off */
4 
5 #include <linux/fips.h>
6 
7 static const u8 fips_test_data[] __initconst __maybe_unused = {
8 	0x66, 0x69, 0x70, 0x73, 0x20, 0x74, 0x65, 0x73,
9 	0x74, 0x20, 0x64, 0x61, 0x74, 0x61, 0x00, 0x00,
10 };
11 
12 static const u8 fips_test_key[] __initconst __maybe_unused = {
13 	0x66, 0x69, 0x70, 0x73, 0x20, 0x74, 0x65, 0x73,
14 	0x74, 0x20, 0x6b, 0x65, 0x79, 0x00, 0x00, 0x00,
15 };
16 
17 static const u8 fips_test_aes_cmac_value[] __initconst __maybe_unused = {
18 	0xc5, 0x88, 0x28, 0x55, 0xd7, 0x2c, 0x00, 0xb6,
19 	0x6a, 0xa7, 0xfc, 0x82, 0x90, 0x81, 0xcf, 0x18,
20 };
21