Path: blob/main/crypto/openssl/providers/common/der/der_ecx_gen.c
48383 views
/*1* WARNING: do not edit!2* Generated by Makefile from providers/common/der/der_ecx_gen.c.in3*4* Copyright 2020-2021 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_ecx.h"1314/* Well known OIDs precompiled */1516/*17* id-X25519 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 110 }18*/19const unsigned char ossl_der_oid_id_X25519[DER_OID_SZ_id_X25519] = {20DER_OID_V_id_X2551921};2223/*24* id-X448 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 111 }25*/26const unsigned char ossl_der_oid_id_X448[DER_OID_SZ_id_X448] = {27DER_OID_V_id_X44828};2930/*31* id-Ed25519 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 112 }32*/33const unsigned char ossl_der_oid_id_Ed25519[DER_OID_SZ_id_Ed25519] = {34DER_OID_V_id_Ed2551935};3637/*38* id-Ed448 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 113 }39*/40const unsigned char ossl_der_oid_id_Ed448[DER_OID_SZ_id_Ed448] = {41DER_OID_V_id_Ed44842};43444546