Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/crypto/openssl/providers/common/der/der_slh_dsa_gen.c
110257 views
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
/* clang-format off */
17
18
/*
19
* id-slh-dsa-sha2-128s OBJECT IDENTIFIER ::= { sigAlgs 20 }
20
*/
21
const unsigned char ossl_der_oid_id_slh_dsa_sha2_128s[DER_OID_SZ_id_slh_dsa_sha2_128s] = {
22
DER_OID_V_id_slh_dsa_sha2_128s
23
};
24
25
/*
26
* id-slh-dsa-sha2-128f OBJECT IDENTIFIER ::= { sigAlgs 21 }
27
*/
28
const unsigned char ossl_der_oid_id_slh_dsa_sha2_128f[DER_OID_SZ_id_slh_dsa_sha2_128f] = {
29
DER_OID_V_id_slh_dsa_sha2_128f
30
};
31
32
/*
33
* id-slh-dsa-sha2-192s OBJECT IDENTIFIER ::= { sigAlgs 22 }
34
*/
35
const unsigned char ossl_der_oid_id_slh_dsa_sha2_192s[DER_OID_SZ_id_slh_dsa_sha2_192s] = {
36
DER_OID_V_id_slh_dsa_sha2_192s
37
};
38
39
/*
40
* id-slh-dsa-sha2-192f OBJECT IDENTIFIER ::= { sigAlgs 23 }
41
*/
42
const unsigned char ossl_der_oid_id_slh_dsa_sha2_192f[DER_OID_SZ_id_slh_dsa_sha2_192f] = {
43
DER_OID_V_id_slh_dsa_sha2_192f
44
};
45
46
/*
47
* id-slh-dsa-sha2-256s OBJECT IDENTIFIER ::= { sigAlgs 24 }
48
*/
49
const unsigned char ossl_der_oid_id_slh_dsa_sha2_256s[DER_OID_SZ_id_slh_dsa_sha2_256s] = {
50
DER_OID_V_id_slh_dsa_sha2_256s
51
};
52
53
/*
54
* id-slh-dsa-sha2-256f OBJECT IDENTIFIER ::= { sigAlgs 25 }
55
*/
56
const unsigned char ossl_der_oid_id_slh_dsa_sha2_256f[DER_OID_SZ_id_slh_dsa_sha2_256f] = {
57
DER_OID_V_id_slh_dsa_sha2_256f
58
};
59
60
/*
61
* id-slh-dsa-shake-128s OBJECT IDENTIFIER ::= { sigAlgs 26 }
62
*/
63
const unsigned char ossl_der_oid_id_slh_dsa_shake_128s[DER_OID_SZ_id_slh_dsa_shake_128s] = {
64
DER_OID_V_id_slh_dsa_shake_128s
65
};
66
67
/*
68
* id-slh-dsa-shake-128f OBJECT IDENTIFIER ::= { sigAlgs 27 }
69
*/
70
const unsigned char ossl_der_oid_id_slh_dsa_shake_128f[DER_OID_SZ_id_slh_dsa_shake_128f] = {
71
DER_OID_V_id_slh_dsa_shake_128f
72
};
73
74
/*
75
* id-slh-dsa-shake-192s OBJECT IDENTIFIER ::= { sigAlgs 28 }
76
*/
77
const unsigned char ossl_der_oid_id_slh_dsa_shake_192s[DER_OID_SZ_id_slh_dsa_shake_192s] = {
78
DER_OID_V_id_slh_dsa_shake_192s
79
};
80
81
/*
82
* id-slh-dsa-shake-192f OBJECT IDENTIFIER ::= { sigAlgs 29 }
83
*/
84
const unsigned char ossl_der_oid_id_slh_dsa_shake_192f[DER_OID_SZ_id_slh_dsa_shake_192f] = {
85
DER_OID_V_id_slh_dsa_shake_192f
86
};
87
88
/*
89
* id-slh-dsa-shake-256s OBJECT IDENTIFIER ::= { sigAlgs 30 }
90
*/
91
const unsigned char ossl_der_oid_id_slh_dsa_shake_256s[DER_OID_SZ_id_slh_dsa_shake_256s] = {
92
DER_OID_V_id_slh_dsa_shake_256s
93
};
94
95
/*
96
* id-slh-dsa-shake-256f OBJECT IDENTIFIER ::= { sigAlgs 31 }
97
*/
98
const unsigned char ossl_der_oid_id_slh_dsa_shake_256f[DER_OID_SZ_id_slh_dsa_shake_256f] = {
99
DER_OID_V_id_slh_dsa_shake_256f
100
};
101
102
/* clang-format on */
103
104