xref: /freebsd/crypto/openssl/providers/common/der/der_slh_dsa_gen.c (revision 4757b351ea9d59d71d4a38b82506d2d16fcd560d)
1 /*
2  * WARNING: do not edit!
3  * Generated by Makefile from providers/common/der/der_slh_dsa_gen.c.in
4  *
5  * Copyright 2025 The OpenSSL Project Authors. All Rights Reserved.
6  *
7  * Licensed under the Apache License 2.0 (the "License").  You may not use
8  * this file except in compliance with the License.  You can obtain a copy
9  * in the file LICENSE in the source distribution or at
10  * https://www.openssl.org/source/license.html
11  */
12 
13 #include "prov/der_slh_dsa.h"
14 
15 /* Well known OIDs precompiled */
16 
17 /*
18  * id-slh-dsa-sha2-128s OBJECT IDENTIFIER ::= { sigAlgs 20 }
19  */
20 const unsigned char ossl_der_oid_id_slh_dsa_sha2_128s[DER_OID_SZ_id_slh_dsa_sha2_128s] = {
21     DER_OID_V_id_slh_dsa_sha2_128s
22 };
23 
24 /*
25  * id-slh-dsa-sha2-128f OBJECT IDENTIFIER ::= { sigAlgs 21 }
26  */
27 const unsigned char ossl_der_oid_id_slh_dsa_sha2_128f[DER_OID_SZ_id_slh_dsa_sha2_128f] = {
28     DER_OID_V_id_slh_dsa_sha2_128f
29 };
30 
31 /*
32  * id-slh-dsa-sha2-192s OBJECT IDENTIFIER ::= { sigAlgs 22 }
33  */
34 const unsigned char ossl_der_oid_id_slh_dsa_sha2_192s[DER_OID_SZ_id_slh_dsa_sha2_192s] = {
35     DER_OID_V_id_slh_dsa_sha2_192s
36 };
37 
38 /*
39  * id-slh-dsa-sha2-192f OBJECT IDENTIFIER ::= { sigAlgs 23 }
40  */
41 const unsigned char ossl_der_oid_id_slh_dsa_sha2_192f[DER_OID_SZ_id_slh_dsa_sha2_192f] = {
42     DER_OID_V_id_slh_dsa_sha2_192f
43 };
44 
45 /*
46  * id-slh-dsa-sha2-256s OBJECT IDENTIFIER ::= { sigAlgs 24 }
47  */
48 const unsigned char ossl_der_oid_id_slh_dsa_sha2_256s[DER_OID_SZ_id_slh_dsa_sha2_256s] = {
49     DER_OID_V_id_slh_dsa_sha2_256s
50 };
51 
52 /*
53  * id-slh-dsa-sha2-256f OBJECT IDENTIFIER ::= { sigAlgs 25 }
54  */
55 const unsigned char ossl_der_oid_id_slh_dsa_sha2_256f[DER_OID_SZ_id_slh_dsa_sha2_256f] = {
56     DER_OID_V_id_slh_dsa_sha2_256f
57 };
58 
59 /*
60  * id-slh-dsa-shake-128s OBJECT IDENTIFIER ::= { sigAlgs 26 }
61  */
62 const unsigned char ossl_der_oid_id_slh_dsa_shake_128s[DER_OID_SZ_id_slh_dsa_shake_128s] = {
63     DER_OID_V_id_slh_dsa_shake_128s
64 };
65 
66 /*
67  * id-slh-dsa-shake-128f OBJECT IDENTIFIER ::= { sigAlgs 27 }
68  */
69 const unsigned char ossl_der_oid_id_slh_dsa_shake_128f[DER_OID_SZ_id_slh_dsa_shake_128f] = {
70     DER_OID_V_id_slh_dsa_shake_128f
71 };
72 
73 /*
74  * id-slh-dsa-shake-192s OBJECT IDENTIFIER ::= { sigAlgs 28 }
75  */
76 const unsigned char ossl_der_oid_id_slh_dsa_shake_192s[DER_OID_SZ_id_slh_dsa_shake_192s] = {
77     DER_OID_V_id_slh_dsa_shake_192s
78 };
79 
80 /*
81  * id-slh-dsa-shake-192f OBJECT IDENTIFIER ::= { sigAlgs 29 }
82  */
83 const unsigned char ossl_der_oid_id_slh_dsa_shake_192f[DER_OID_SZ_id_slh_dsa_shake_192f] = {
84     DER_OID_V_id_slh_dsa_shake_192f
85 };
86 
87 /*
88  * id-slh-dsa-shake-256s OBJECT IDENTIFIER ::= { sigAlgs 30 }
89  */
90 const unsigned char ossl_der_oid_id_slh_dsa_shake_256s[DER_OID_SZ_id_slh_dsa_shake_256s] = {
91     DER_OID_V_id_slh_dsa_shake_256s
92 };
93 
94 /*
95  * id-slh-dsa-shake-256f OBJECT IDENTIFIER ::= { sigAlgs 31 }
96  */
97 const unsigned char ossl_der_oid_id_slh_dsa_shake_256f[DER_OID_SZ_id_slh_dsa_shake_256f] = {
98     DER_OID_V_id_slh_dsa_shake_256f
99 };
100 
101