iPXE
Functions | Variables
oid_x25519.c File Reference
#include <byteswap.h>
#include <ipxe/x25519.h>
#include <ipxe/asn1.h>
#include <ipxe/tls.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 
struct tls_named_curve tls_x25519_named_curve __tls_named_curve (01)
 X25519 named curve. More...
 

Variables

static uint8_t oid_x25519 [] = { ASN1_OID_X25519 }
 "x25519" object identifier More...
 
struct asn1_algorithm x25519_algorithm __asn1_algorithm
 "x25519" OID-identified algorithm More...
 

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

◆ __tls_named_curve()

struct tls_named_curve tls_x25519_named_curve __tls_named_curve ( 01  )

X25519 named curve.

Variable Documentation

◆ oid_x25519

uint8_t oid_x25519[] = { ASN1_OID_X25519 }
static

"x25519" object identifier

Definition at line 32 of file oid_x25519.c.

◆ __asn1_algorithm

struct asn1_algorithm x25519_algorithm __asn1_algorithm
Initial value:
= {
.name = "x25519",
.curve = &x25519_curve,
.oid = ASN1_CURSOR ( oid_x25519 ),
}
struct elliptic_curve x25519_curve
X25519 elliptic curve.
Definition: x25519.c:840
#define ASN1_CURSOR(value)
Define an ASN.1 cursor for a static value.
Definition: asn1.h:305
static uint8_t oid_x25519[]
"x25519" object identifier
Definition: oid_x25519.c:32

"x25519" OID-identified algorithm

"md4" OID-identified algorithm

Definition at line 35 of file oid_x25519.c.