diff options
| author | tb <> | 2024-12-14 19:16:24 +0000 |
|---|---|---|
| committer | tb <> | 2024-12-14 19:16:24 +0000 |
| commit | 1bd8934f7fdd258792a7d329a920dbed0d738e57 (patch) | |
| tree | a7eb0af27b6eacab7be47cdbe0cfb903a6bd1ea6 /src/regress/lib/libcrypto/mlkem/mlkem768_keygen_tests.c | |
| parent | ee07c6bc022a26df0601ff3acffd488777cb32fa (diff) | |
| download | openbsd-1bd8934f7fdd258792a7d329a920dbed0d738e57.tar.gz openbsd-1bd8934f7fdd258792a7d329a920dbed0d738e57.tar.bz2 openbsd-1bd8934f7fdd258792a7d329a920dbed0d738e57.zip | |
Normalize top of files
RCS marker, KNF for comment, fix and sort includes as usual.
Diffstat (limited to 'src/regress/lib/libcrypto/mlkem/mlkem768_keygen_tests.c')
| -rw-r--r-- | src/regress/lib/libcrypto/mlkem/mlkem768_keygen_tests.c | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/mlkem768_keygen_tests.c b/src/regress/lib/libcrypto/mlkem/mlkem768_keygen_tests.c index 60c3983dea..b54b8c53ce 100644 --- a/src/regress/lib/libcrypto/mlkem/mlkem768_keygen_tests.c +++ b/src/regress/lib/libcrypto/mlkem/mlkem768_keygen_tests.c | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | /* Copyright (c) 2024, Google Inc. | 1 | /* $OpenBSD: mlkem768_keygen_tests.c,v 1.2 2024/12/14 19:16:24 tb Exp $ */ |
| 2 | /* | ||
| 3 | * Copyright (c) 2024, Google Inc. | ||
| 2 | * Copyright (c) 2024, Bob Beck <beck@obtuse.com> | 4 | * Copyright (c) 2024, Bob Beck <beck@obtuse.com> |
| 3 | * | 5 | * |
| 4 | * Permission to use, copy, modify, and/or distribute this software for any | 6 | * Permission to use, copy, modify, and/or distribute this software for any |
| @@ -11,19 +13,18 @@ | |||
| 11 | * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 13 | * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 12 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION | 14 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION |
| 13 | * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN | 15 | * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
| 14 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ | 16 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 17 | */ | ||
| 15 | 18 | ||
| 16 | #include <err.h> | 19 | #include <stdint.h> |
| 17 | #include <stdlib.h> | ||
| 18 | #include <stdio.h> | 20 | #include <stdio.h> |
| 21 | #include <stdlib.h> | ||
| 19 | #include <string.h> | 22 | #include <string.h> |
| 20 | 23 | ||
| 21 | #include <openssl/evp.h> | 24 | #include <openssl/bytestring.h> |
| 25 | #include <openssl/mlkem.h> | ||
| 22 | 26 | ||
| 23 | #include "bytestring.h" | ||
| 24 | #include "mlkem.h" | ||
| 25 | #include "mlkem_internal.h" | 27 | #include "mlkem_internal.h" |
| 26 | #include "sha3_internal.h" | ||
| 27 | #include "mlkem_tests_util.h" | 28 | #include "mlkem_tests_util.h" |
| 28 | 29 | ||
| 29 | static int | 30 | static int |
