iPXE
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.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 FILE_SECBOOT (PERMITTED)

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 16 of file p384.h.

Referenced by __tls_named_curve(), and WEIERSTRASS_CURVE().

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

◆ FILE_SECBOOT()

FILE_SECBOOT ( PERMITTED )

Variable Documentation

◆ p384_curve