iPXE
Macros | Functions | Variables
p384.h File Reference

NIST P-384 elliptic curve. More...

#include <ipxe/weierstrass.h>

Go to the source code of this file.

Macros

#define P384_LEN   ( 384 / 8 )
 P-384 value length. More...
 

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Variables

struct elliptic_curve p384_curve
 

Detailed Description

NIST P-384 elliptic curve.

Definition in file p384.h.

Macro Definition Documentation

◆ P384_LEN

#define P384_LEN   ( 384 / 8 )

P-384 value length.

Definition at line 15 of file p384.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

Variable Documentation

◆ p384_curve

struct elliptic_curve p384_curve