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

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 FILE_SECBOOT (PERMITTED)

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

◆ p256_curve