Path: blob/main/crypto/openssl/providers/common/der/der_ml_dsa_gen.c
48383 views
/*1* WARNING: do not edit!2* Generated by Makefile from providers/common/der/der_ml_dsa_gen.c.in3*4* Copyright 2025 The OpenSSL Project Authors. All Rights Reserved.5*6* Licensed under the Apache License 2.0 (the "License"). You may not use7* this file except in compliance with the License. You can obtain a copy8* in the file LICENSE in the source distribution or at9* https://www.openssl.org/source/license.html10*/1112#include "prov/der_ml_dsa.h"1314/* Well known OIDs precompiled */1516/*17* id-ml-dsa-44 OBJECT IDENTIFIER ::= { sigAlgs 17 }18*/19const unsigned char ossl_der_oid_id_ml_dsa_44[DER_OID_SZ_id_ml_dsa_44] = {20DER_OID_V_id_ml_dsa_4421};2223/*24* id-ml-dsa-65 OBJECT IDENTIFIER ::= { sigAlgs 18 }25*/26const unsigned char ossl_der_oid_id_ml_dsa_65[DER_OID_SZ_id_ml_dsa_65] = {27DER_OID_V_id_ml_dsa_6528};2930/*31* id-ml-dsa-87 OBJECT IDENTIFIER ::= { sigAlgs 19 }32*/33const unsigned char ossl_der_oid_id_ml_dsa_87[DER_OID_SZ_id_ml_dsa_87] = {34DER_OID_V_id_ml_dsa_8735};36373839