diff options
10 files changed, 20 insertions, 0 deletions
diff --git a/src/lib/libcrypto/bn/arch/amd64/bignum_modadd.S b/src/lib/libcrypto/bn/arch/amd64/bignum_modadd.S index 5d668f54ed..4c4a72b2bf 100644 --- a/src/lib/libcrypto/bn/arch/amd64/bignum_modadd.S +++ b/src/lib/libcrypto/bn/arch/amd64/bignum_modadd.S | |||
@@ -1,3 +1,5 @@ | |||
1 | // $OpenBSD: bignum_modadd.S,v 1.2 2025/08/12 10:20:06 jsing Exp $ | ||
2 | // | ||
1 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | 3 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 | 4 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 |
3 | 5 | ||
diff --git a/src/lib/libcrypto/bn/arch/amd64/bignum_modsub.S b/src/lib/libcrypto/bn/arch/amd64/bignum_modsub.S index 319aa2a3db..80d7b972e7 100644 --- a/src/lib/libcrypto/bn/arch/amd64/bignum_modsub.S +++ b/src/lib/libcrypto/bn/arch/amd64/bignum_modsub.S | |||
@@ -1,3 +1,5 @@ | |||
1 | // $OpenBSD: bignum_modsub.S,v 1.2 2025/08/12 10:20:06 jsing Exp $ | ||
2 | // | ||
1 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | 3 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 | 4 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 |
3 | 5 | ||
diff --git a/src/lib/libcrypto/bn/arch/amd64/bignum_mul_4_8.S b/src/lib/libcrypto/bn/arch/amd64/bignum_mul_4_8.S index 5e9aebd685..a2f3be95f1 100644 --- a/src/lib/libcrypto/bn/arch/amd64/bignum_mul_4_8.S +++ b/src/lib/libcrypto/bn/arch/amd64/bignum_mul_4_8.S | |||
@@ -1,3 +1,5 @@ | |||
1 | // $OpenBSD: bignum_mul_4_8.S,v 1.2 2025/08/12 10:20:06 jsing Exp $ | ||
2 | // | ||
1 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | 3 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 | 4 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 |
3 | 5 | ||
diff --git a/src/lib/libcrypto/bn/arch/amd64/bignum_mul_6_12.S b/src/lib/libcrypto/bn/arch/amd64/bignum_mul_6_12.S index 081b602cde..59a45417cd 100644 --- a/src/lib/libcrypto/bn/arch/amd64/bignum_mul_6_12.S +++ b/src/lib/libcrypto/bn/arch/amd64/bignum_mul_6_12.S | |||
@@ -1,3 +1,5 @@ | |||
1 | // $OpenBSD: bignum_mul_6_12.S,v 1.2 2025/08/12 10:20:06 jsing Exp $ | ||
2 | // | ||
1 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | 3 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 | 4 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 |
3 | 5 | ||
diff --git a/src/lib/libcrypto/bn/arch/amd64/bignum_mul_6_12_alt.S b/src/lib/libcrypto/bn/arch/amd64/bignum_mul_6_12_alt.S index f4ea4ed68b..41b4b10d6c 100644 --- a/src/lib/libcrypto/bn/arch/amd64/bignum_mul_6_12_alt.S +++ b/src/lib/libcrypto/bn/arch/amd64/bignum_mul_6_12_alt.S | |||
@@ -1,3 +1,5 @@ | |||
1 | // $OpenBSD: bignum_mul_6_12_alt.S,v 1.2 2025/08/12 10:20:06 jsing Exp $ | ||
2 | // | ||
1 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | 3 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 | 4 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 |
3 | 5 | ||
diff --git a/src/lib/libcrypto/bn/arch/amd64/bignum_mul_8_16.S b/src/lib/libcrypto/bn/arch/amd64/bignum_mul_8_16.S index 7bfae22a3f..dc03642e4e 100644 --- a/src/lib/libcrypto/bn/arch/amd64/bignum_mul_8_16.S +++ b/src/lib/libcrypto/bn/arch/amd64/bignum_mul_8_16.S | |||
@@ -1,3 +1,5 @@ | |||
1 | // $OpenBSD: bignum_mul_8_16.S,v 1.2 2025/08/12 10:20:06 jsing Exp $ | ||
2 | // | ||
1 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | 3 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 | 4 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 |
3 | 5 | ||
diff --git a/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_4_8.S b/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_4_8.S index 205455bd2c..0a095d9121 100644 --- a/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_4_8.S +++ b/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_4_8.S | |||
@@ -1,3 +1,5 @@ | |||
1 | // $OpenBSD: bignum_sqr_4_8.S,v 1.2 2025/08/12 10:20:06 jsing Exp $ | ||
2 | // | ||
1 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | 3 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 | 4 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 |
3 | 5 | ||
diff --git a/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_6_12.S b/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_6_12.S index 07d840b47c..26a8e8dce2 100644 --- a/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_6_12.S +++ b/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_6_12.S | |||
@@ -1,3 +1,5 @@ | |||
1 | // $OpenBSD: bignum_sqr_6_12.S,v 1.2 2025/08/12 10:20:06 jsing Exp $ | ||
2 | // | ||
1 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | 3 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 | 4 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 |
3 | 5 | ||
diff --git a/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_6_12_alt.S b/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_6_12_alt.S index a517e5c654..4013fc46af 100644 --- a/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_6_12_alt.S +++ b/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_6_12_alt.S | |||
@@ -1,3 +1,5 @@ | |||
1 | // $OpenBSD: bignum_sqr_6_12_alt.S,v 1.2 2025/08/12 10:20:06 jsing Exp $ | ||
2 | // | ||
1 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | 3 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 | 4 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 |
3 | 5 | ||
diff --git a/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_8_16.S b/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_8_16.S index 77741c603e..2d77c738a0 100644 --- a/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_8_16.S +++ b/src/lib/libcrypto/bn/arch/amd64/bignum_sqr_8_16.S | |||
@@ -1,3 +1,5 @@ | |||
1 | // $OpenBSD: bignum_sqr_8_16.S,v 1.2 2025/08/12 10:20:06 jsing Exp $ | ||
2 | // | ||
1 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | 3 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 | 4 | // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 |
3 | 5 | ||