iPXE
Macros | Functions | Variables
ecdsa.h File Reference

Elliptic curve digital signature algorithm (ECDSA) More...

#include <ipxe/crypto.h>

Go to the source code of this file.

Macros

#define ECDSA_UNCOMPRESSED   0x04
 Uncompressed curve point. More...
 

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Variables

struct pubkey_algorithm ecdsa_algorithm
 ECDSA public-key algorithm. More...
 

Detailed Description

Elliptic curve digital signature algorithm (ECDSA)

Definition in file ecdsa.h.

Macro Definition Documentation

◆ ECDSA_UNCOMPRESSED

#define ECDSA_UNCOMPRESSED   0x04

Uncompressed curve point.

Definition at line 15 of file ecdsa.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

Variable Documentation

◆ ecdsa_algorithm

struct pubkey_algorithm ecdsa_algorithm

ECDSA public-key algorithm.

Definition at line 936 of file ecdsa.c.