Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/crypto/openssl/providers/common/der/der_ml_dsa_gen.c
109508 views
1
/*
2
* WARNING: do not edit!
3
* Generated by Makefile from providers/common/der/der_ml_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_ml_dsa.h"
14
15
/* Well known OIDs precompiled */
16
/* clang-format off */
17
18
/*
19
* id-ml-dsa-44 OBJECT IDENTIFIER ::= { sigAlgs 17 }
20
*/
21
const unsigned char ossl_der_oid_id_ml_dsa_44[DER_OID_SZ_id_ml_dsa_44] = {
22
DER_OID_V_id_ml_dsa_44
23
};
24
25
/*
26
* id-ml-dsa-65 OBJECT IDENTIFIER ::= { sigAlgs 18 }
27
*/
28
const unsigned char ossl_der_oid_id_ml_dsa_65[DER_OID_SZ_id_ml_dsa_65] = {
29
DER_OID_V_id_ml_dsa_65
30
};
31
32
/*
33
* id-ml-dsa-87 OBJECT IDENTIFIER ::= { sigAlgs 19 }
34
*/
35
const unsigned char ossl_der_oid_id_ml_dsa_87[DER_OID_SZ_id_ml_dsa_87] = {
36
DER_OID_V_id_ml_dsa_87
37
};
38
39
/* clang-format on */
40
41