iPXE
Macros | Functions | Variables
p256.h File Reference

NIST P-256 elliptic curve. More...

#include <ipxe/weierstrass.h>

Go to the source code of this file.

Macros

#define P256_LEN   ( 256 / 8 )
 P-256 value length. More...
 

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Variables

struct elliptic_curve p256_curve
 

Detailed Description

NIST P-256 elliptic curve.

Definition in file p256.h.

Macro Definition Documentation

◆ P256_LEN

#define P256_LEN   ( 256 / 8 )

P-256 value length.

Definition at line 15 of file p256.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

Variable Documentation

◆ p256_curve

struct elliptic_curve p256_curve