Path: blob/main/crypto/openssl/providers/common/include/prov/der_ml_dsa.h
48534 views
/*1* WARNING: do not edit!2* Generated by Makefile from providers/common/include/prov/der_ml_dsa.h.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 "internal/der.h"13#include "crypto/ml_dsa.h"1415/* Well known OIDs precompiled */1617/*18* id-ml-dsa-44 OBJECT IDENTIFIER ::= { sigAlgs 17 }19*/20#define DER_OID_V_id_ml_dsa_44 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x1121#define DER_OID_SZ_id_ml_dsa_44 1122extern const unsigned char ossl_der_oid_id_ml_dsa_44[DER_OID_SZ_id_ml_dsa_44];2324/*25* id-ml-dsa-65 OBJECT IDENTIFIER ::= { sigAlgs 18 }26*/27#define DER_OID_V_id_ml_dsa_65 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x1228#define DER_OID_SZ_id_ml_dsa_65 1129extern const unsigned char ossl_der_oid_id_ml_dsa_65[DER_OID_SZ_id_ml_dsa_65];3031/*32* id-ml-dsa-87 OBJECT IDENTIFIER ::= { sigAlgs 19 }33*/34#define DER_OID_V_id_ml_dsa_87 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x1335#define DER_OID_SZ_id_ml_dsa_87 1136extern const unsigned char ossl_der_oid_id_ml_dsa_87[DER_OID_SZ_id_ml_dsa_87];373839int ossl_DER_w_algorithmIdentifier_ML_DSA(WPACKET *pkt, int tag, ML_DSA_KEY *key);404142