Path: blob/main/crypto/openssl/providers/common/der/der_slh_dsa_gen.c
110257 views
/*1* WARNING: do not edit!2* Generated by Makefile from providers/common/der/der_slh_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_slh_dsa.h"1314/* Well known OIDs precompiled */15/* clang-format off */1617/*18* id-slh-dsa-sha2-128s OBJECT IDENTIFIER ::= { sigAlgs 20 }19*/20const unsigned char ossl_der_oid_id_slh_dsa_sha2_128s[DER_OID_SZ_id_slh_dsa_sha2_128s] = {21DER_OID_V_id_slh_dsa_sha2_128s22};2324/*25* id-slh-dsa-sha2-128f OBJECT IDENTIFIER ::= { sigAlgs 21 }26*/27const unsigned char ossl_der_oid_id_slh_dsa_sha2_128f[DER_OID_SZ_id_slh_dsa_sha2_128f] = {28DER_OID_V_id_slh_dsa_sha2_128f29};3031/*32* id-slh-dsa-sha2-192s OBJECT IDENTIFIER ::= { sigAlgs 22 }33*/34const unsigned char ossl_der_oid_id_slh_dsa_sha2_192s[DER_OID_SZ_id_slh_dsa_sha2_192s] = {35DER_OID_V_id_slh_dsa_sha2_192s36};3738/*39* id-slh-dsa-sha2-192f OBJECT IDENTIFIER ::= { sigAlgs 23 }40*/41const unsigned char ossl_der_oid_id_slh_dsa_sha2_192f[DER_OID_SZ_id_slh_dsa_sha2_192f] = {42DER_OID_V_id_slh_dsa_sha2_192f43};4445/*46* id-slh-dsa-sha2-256s OBJECT IDENTIFIER ::= { sigAlgs 24 }47*/48const unsigned char ossl_der_oid_id_slh_dsa_sha2_256s[DER_OID_SZ_id_slh_dsa_sha2_256s] = {49DER_OID_V_id_slh_dsa_sha2_256s50};5152/*53* id-slh-dsa-sha2-256f OBJECT IDENTIFIER ::= { sigAlgs 25 }54*/55const unsigned char ossl_der_oid_id_slh_dsa_sha2_256f[DER_OID_SZ_id_slh_dsa_sha2_256f] = {56DER_OID_V_id_slh_dsa_sha2_256f57};5859/*60* id-slh-dsa-shake-128s OBJECT IDENTIFIER ::= { sigAlgs 26 }61*/62const unsigned char ossl_der_oid_id_slh_dsa_shake_128s[DER_OID_SZ_id_slh_dsa_shake_128s] = {63DER_OID_V_id_slh_dsa_shake_128s64};6566/*67* id-slh-dsa-shake-128f OBJECT IDENTIFIER ::= { sigAlgs 27 }68*/69const unsigned char ossl_der_oid_id_slh_dsa_shake_128f[DER_OID_SZ_id_slh_dsa_shake_128f] = {70DER_OID_V_id_slh_dsa_shake_128f71};7273/*74* id-slh-dsa-shake-192s OBJECT IDENTIFIER ::= { sigAlgs 28 }75*/76const unsigned char ossl_der_oid_id_slh_dsa_shake_192s[DER_OID_SZ_id_slh_dsa_shake_192s] = {77DER_OID_V_id_slh_dsa_shake_192s78};7980/*81* id-slh-dsa-shake-192f OBJECT IDENTIFIER ::= { sigAlgs 29 }82*/83const unsigned char ossl_der_oid_id_slh_dsa_shake_192f[DER_OID_SZ_id_slh_dsa_shake_192f] = {84DER_OID_V_id_slh_dsa_shake_192f85};8687/*88* id-slh-dsa-shake-256s OBJECT IDENTIFIER ::= { sigAlgs 30 }89*/90const unsigned char ossl_der_oid_id_slh_dsa_shake_256s[DER_OID_SZ_id_slh_dsa_shake_256s] = {91DER_OID_V_id_slh_dsa_shake_256s92};9394/*95* id-slh-dsa-shake-256f OBJECT IDENTIFIER ::= { sigAlgs 31 }96*/97const unsigned char ossl_der_oid_id_slh_dsa_shake_256f[DER_OID_SZ_id_slh_dsa_shake_256f] = {98DER_OID_V_id_slh_dsa_shake_256f99};100101/* clang-format on */102103104