Path: blob/main/crypto/openssl/providers/common/der/der_slh_dsa_gen.c
48383 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 */1516/*17* id-slh-dsa-sha2-128s OBJECT IDENTIFIER ::= { sigAlgs 20 }18*/19const unsigned char ossl_der_oid_id_slh_dsa_sha2_128s[DER_OID_SZ_id_slh_dsa_sha2_128s] = {20DER_OID_V_id_slh_dsa_sha2_128s21};2223/*24* id-slh-dsa-sha2-128f OBJECT IDENTIFIER ::= { sigAlgs 21 }25*/26const unsigned char ossl_der_oid_id_slh_dsa_sha2_128f[DER_OID_SZ_id_slh_dsa_sha2_128f] = {27DER_OID_V_id_slh_dsa_sha2_128f28};2930/*31* id-slh-dsa-sha2-192s OBJECT IDENTIFIER ::= { sigAlgs 22 }32*/33const unsigned char ossl_der_oid_id_slh_dsa_sha2_192s[DER_OID_SZ_id_slh_dsa_sha2_192s] = {34DER_OID_V_id_slh_dsa_sha2_192s35};3637/*38* id-slh-dsa-sha2-192f OBJECT IDENTIFIER ::= { sigAlgs 23 }39*/40const unsigned char ossl_der_oid_id_slh_dsa_sha2_192f[DER_OID_SZ_id_slh_dsa_sha2_192f] = {41DER_OID_V_id_slh_dsa_sha2_192f42};4344/*45* id-slh-dsa-sha2-256s OBJECT IDENTIFIER ::= { sigAlgs 24 }46*/47const unsigned char ossl_der_oid_id_slh_dsa_sha2_256s[DER_OID_SZ_id_slh_dsa_sha2_256s] = {48DER_OID_V_id_slh_dsa_sha2_256s49};5051/*52* id-slh-dsa-sha2-256f OBJECT IDENTIFIER ::= { sigAlgs 25 }53*/54const unsigned char ossl_der_oid_id_slh_dsa_sha2_256f[DER_OID_SZ_id_slh_dsa_sha2_256f] = {55DER_OID_V_id_slh_dsa_sha2_256f56};5758/*59* id-slh-dsa-shake-128s OBJECT IDENTIFIER ::= { sigAlgs 26 }60*/61const unsigned char ossl_der_oid_id_slh_dsa_shake_128s[DER_OID_SZ_id_slh_dsa_shake_128s] = {62DER_OID_V_id_slh_dsa_shake_128s63};6465/*66* id-slh-dsa-shake-128f OBJECT IDENTIFIER ::= { sigAlgs 27 }67*/68const unsigned char ossl_der_oid_id_slh_dsa_shake_128f[DER_OID_SZ_id_slh_dsa_shake_128f] = {69DER_OID_V_id_slh_dsa_shake_128f70};7172/*73* id-slh-dsa-shake-192s OBJECT IDENTIFIER ::= { sigAlgs 28 }74*/75const unsigned char ossl_der_oid_id_slh_dsa_shake_192s[DER_OID_SZ_id_slh_dsa_shake_192s] = {76DER_OID_V_id_slh_dsa_shake_192s77};7879/*80* id-slh-dsa-shake-192f OBJECT IDENTIFIER ::= { sigAlgs 29 }81*/82const unsigned char ossl_der_oid_id_slh_dsa_shake_192f[DER_OID_SZ_id_slh_dsa_shake_192f] = {83DER_OID_V_id_slh_dsa_shake_192f84};8586/*87* id-slh-dsa-shake-256s OBJECT IDENTIFIER ::= { sigAlgs 30 }88*/89const unsigned char ossl_der_oid_id_slh_dsa_shake_256s[DER_OID_SZ_id_slh_dsa_shake_256s] = {90DER_OID_V_id_slh_dsa_shake_256s91};9293/*94* id-slh-dsa-shake-256f OBJECT IDENTIFIER ::= { sigAlgs 31 }95*/96const unsigned char ossl_der_oid_id_slh_dsa_shake_256f[DER_OID_SZ_id_slh_dsa_shake_256f] = {97DER_OID_V_id_slh_dsa_shake_256f98};99100101102