1*4757b351SPierre Pronchery /* 2*4757b351SPierre Pronchery * WARNING: do not edit! 3*4757b351SPierre Pronchery * Generated by Makefile from providers/common/der/der_slh_dsa_gen.c.in 4*4757b351SPierre Pronchery * 5*4757b351SPierre Pronchery * Copyright 2025 The OpenSSL Project Authors. All Rights Reserved. 6*4757b351SPierre Pronchery * 7*4757b351SPierre Pronchery * Licensed under the Apache License 2.0 (the "License"). You may not use 8*4757b351SPierre Pronchery * this file except in compliance with the License. You can obtain a copy 9*4757b351SPierre Pronchery * in the file LICENSE in the source distribution or at 10*4757b351SPierre Pronchery * https://www.openssl.org/source/license.html 11*4757b351SPierre Pronchery */ 12*4757b351SPierre Pronchery 13*4757b351SPierre Pronchery #include "prov/der_slh_dsa.h" 14*4757b351SPierre Pronchery 15*4757b351SPierre Pronchery /* Well known OIDs precompiled */ 16*4757b351SPierre Pronchery 17*4757b351SPierre Pronchery /* 18*4757b351SPierre Pronchery * id-slh-dsa-sha2-128s OBJECT IDENTIFIER ::= { sigAlgs 20 } 19*4757b351SPierre Pronchery */ 20*4757b351SPierre Pronchery const unsigned char ossl_der_oid_id_slh_dsa_sha2_128s[DER_OID_SZ_id_slh_dsa_sha2_128s] = { 21*4757b351SPierre Pronchery DER_OID_V_id_slh_dsa_sha2_128s 22*4757b351SPierre Pronchery }; 23*4757b351SPierre Pronchery 24*4757b351SPierre Pronchery /* 25*4757b351SPierre Pronchery * id-slh-dsa-sha2-128f OBJECT IDENTIFIER ::= { sigAlgs 21 } 26*4757b351SPierre Pronchery */ 27*4757b351SPierre Pronchery const unsigned char ossl_der_oid_id_slh_dsa_sha2_128f[DER_OID_SZ_id_slh_dsa_sha2_128f] = { 28*4757b351SPierre Pronchery DER_OID_V_id_slh_dsa_sha2_128f 29*4757b351SPierre Pronchery }; 30*4757b351SPierre Pronchery 31*4757b351SPierre Pronchery /* 32*4757b351SPierre Pronchery * id-slh-dsa-sha2-192s OBJECT IDENTIFIER ::= { sigAlgs 22 } 33*4757b351SPierre Pronchery */ 34*4757b351SPierre Pronchery const unsigned char ossl_der_oid_id_slh_dsa_sha2_192s[DER_OID_SZ_id_slh_dsa_sha2_192s] = { 35*4757b351SPierre Pronchery DER_OID_V_id_slh_dsa_sha2_192s 36*4757b351SPierre Pronchery }; 37*4757b351SPierre Pronchery 38*4757b351SPierre Pronchery /* 39*4757b351SPierre Pronchery * id-slh-dsa-sha2-192f OBJECT IDENTIFIER ::= { sigAlgs 23 } 40*4757b351SPierre Pronchery */ 41*4757b351SPierre Pronchery const unsigned char ossl_der_oid_id_slh_dsa_sha2_192f[DER_OID_SZ_id_slh_dsa_sha2_192f] = { 42*4757b351SPierre Pronchery DER_OID_V_id_slh_dsa_sha2_192f 43*4757b351SPierre Pronchery }; 44*4757b351SPierre Pronchery 45*4757b351SPierre Pronchery /* 46*4757b351SPierre Pronchery * id-slh-dsa-sha2-256s OBJECT IDENTIFIER ::= { sigAlgs 24 } 47*4757b351SPierre Pronchery */ 48*4757b351SPierre Pronchery const unsigned char ossl_der_oid_id_slh_dsa_sha2_256s[DER_OID_SZ_id_slh_dsa_sha2_256s] = { 49*4757b351SPierre Pronchery DER_OID_V_id_slh_dsa_sha2_256s 50*4757b351SPierre Pronchery }; 51*4757b351SPierre Pronchery 52*4757b351SPierre Pronchery /* 53*4757b351SPierre Pronchery * id-slh-dsa-sha2-256f OBJECT IDENTIFIER ::= { sigAlgs 25 } 54*4757b351SPierre Pronchery */ 55*4757b351SPierre Pronchery const unsigned char ossl_der_oid_id_slh_dsa_sha2_256f[DER_OID_SZ_id_slh_dsa_sha2_256f] = { 56*4757b351SPierre Pronchery DER_OID_V_id_slh_dsa_sha2_256f 57*4757b351SPierre Pronchery }; 58*4757b351SPierre Pronchery 59*4757b351SPierre Pronchery /* 60*4757b351SPierre Pronchery * id-slh-dsa-shake-128s OBJECT IDENTIFIER ::= { sigAlgs 26 } 61*4757b351SPierre Pronchery */ 62*4757b351SPierre Pronchery const unsigned char ossl_der_oid_id_slh_dsa_shake_128s[DER_OID_SZ_id_slh_dsa_shake_128s] = { 63*4757b351SPierre Pronchery DER_OID_V_id_slh_dsa_shake_128s 64*4757b351SPierre Pronchery }; 65*4757b351SPierre Pronchery 66*4757b351SPierre Pronchery /* 67*4757b351SPierre Pronchery * id-slh-dsa-shake-128f OBJECT IDENTIFIER ::= { sigAlgs 27 } 68*4757b351SPierre Pronchery */ 69*4757b351SPierre Pronchery const unsigned char ossl_der_oid_id_slh_dsa_shake_128f[DER_OID_SZ_id_slh_dsa_shake_128f] = { 70*4757b351SPierre Pronchery DER_OID_V_id_slh_dsa_shake_128f 71*4757b351SPierre Pronchery }; 72*4757b351SPierre Pronchery 73*4757b351SPierre Pronchery /* 74*4757b351SPierre Pronchery * id-slh-dsa-shake-192s OBJECT IDENTIFIER ::= { sigAlgs 28 } 75*4757b351SPierre Pronchery */ 76*4757b351SPierre Pronchery const unsigned char ossl_der_oid_id_slh_dsa_shake_192s[DER_OID_SZ_id_slh_dsa_shake_192s] = { 77*4757b351SPierre Pronchery DER_OID_V_id_slh_dsa_shake_192s 78*4757b351SPierre Pronchery }; 79*4757b351SPierre Pronchery 80*4757b351SPierre Pronchery /* 81*4757b351SPierre Pronchery * id-slh-dsa-shake-192f OBJECT IDENTIFIER ::= { sigAlgs 29 } 82*4757b351SPierre Pronchery */ 83*4757b351SPierre Pronchery const unsigned char ossl_der_oid_id_slh_dsa_shake_192f[DER_OID_SZ_id_slh_dsa_shake_192f] = { 84*4757b351SPierre Pronchery DER_OID_V_id_slh_dsa_shake_192f 85*4757b351SPierre Pronchery }; 86*4757b351SPierre Pronchery 87*4757b351SPierre Pronchery /* 88*4757b351SPierre Pronchery * id-slh-dsa-shake-256s OBJECT IDENTIFIER ::= { sigAlgs 30 } 89*4757b351SPierre Pronchery */ 90*4757b351SPierre Pronchery const unsigned char ossl_der_oid_id_slh_dsa_shake_256s[DER_OID_SZ_id_slh_dsa_shake_256s] = { 91*4757b351SPierre Pronchery DER_OID_V_id_slh_dsa_shake_256s 92*4757b351SPierre Pronchery }; 93*4757b351SPierre Pronchery 94*4757b351SPierre Pronchery /* 95*4757b351SPierre Pronchery * id-slh-dsa-shake-256f OBJECT IDENTIFIER ::= { sigAlgs 31 } 96*4757b351SPierre Pronchery */ 97*4757b351SPierre Pronchery const unsigned char ossl_der_oid_id_slh_dsa_shake_256f[DER_OID_SZ_id_slh_dsa_shake_256f] = { 98*4757b351SPierre Pronchery DER_OID_V_id_slh_dsa_shake_256f 99*4757b351SPierre Pronchery }; 100*4757b351SPierre Pronchery 101