iPXE
Functions | Variables
oid_p256.c File Reference
#include <byteswap.h>
#include <ipxe/p256.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_secp256r1_named_curve __tls_named_curve (01)
 P-256 named curve. More...
 

Variables

static uint8_t oid_prime256v1 [] = { ASN1_OID_PRIME256V1 }
 "prime256v1" object identifier More...
 
struct asn1_algorithm prime256v1_algorithm __asn1_algorithm
 "prime256v1" OID-identified algorithm More...
 

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

◆ __tls_named_curve()

struct tls_named_curve tls_secp256r1_named_curve __tls_named_curve ( 01  )

P-256 named curve.

Variable Documentation

◆ oid_prime256v1

uint8_t oid_prime256v1[] = { ASN1_OID_PRIME256V1 }
static

"prime256v1" object identifier

Definition at line 32 of file oid_p256.c.

◆ __asn1_algorithm

struct asn1_algorithm prime256v1_algorithm __asn1_algorithm
Initial value:
= {
.name = "prime256v1",
.curve = &p256_curve,
}
static uint8_t oid_prime256v1[]
"prime256v1" object identifier
Definition: oid_p256.c:32
#define ASN1_CURSOR(value)
Define an ASN.1 cursor for a static value.
Definition: asn1.h:371
struct elliptic_curve p256_curve

"prime256v1" OID-identified algorithm

"aes128-cbc" OID-identified algorithm

Definition at line 35 of file oid_p256.c.