Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/crypto/openssl/providers/common/der/der_ecx_gen.c
109176 views
1
/*
2
* WARNING: do not edit!
3
* Generated by Makefile from providers/common/der/der_ecx_gen.c.in
4
*
5
* Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
6
*
7
* Licensed under the Apache License 2.0 (the "License"). You may not use
8
* this file except in compliance with the License. You can obtain a copy
9
* in the file LICENSE in the source distribution or at
10
* https://www.openssl.org/source/license.html
11
*/
12
13
#include "prov/der_ecx.h"
14
15
/* Well known OIDs precompiled */
16
/* clang-format off */
17
18
/*
19
* id-X25519 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 110 }
20
*/
21
const unsigned char ossl_der_oid_id_X25519[DER_OID_SZ_id_X25519] = {
22
DER_OID_V_id_X25519
23
};
24
25
/*
26
* id-X448 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 111 }
27
*/
28
const unsigned char ossl_der_oid_id_X448[DER_OID_SZ_id_X448] = {
29
DER_OID_V_id_X448
30
};
31
32
/*
33
* id-Ed25519 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 112 }
34
*/
35
const unsigned char ossl_der_oid_id_Ed25519[DER_OID_SZ_id_Ed25519] = {
36
DER_OID_V_id_Ed25519
37
};
38
39
/*
40
* id-Ed448 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 113 }
41
*/
42
const unsigned char ossl_der_oid_id_Ed448[DER_OID_SZ_id_Ed448] = {
43
DER_OID_V_id_Ed448
44
};
45
46
/* clang-format on */
47
48