iPXE
Data Fields
elliptic_add_test Struct Reference

An elliptic curve point addition test. More...

#include <elliptic_test.h>

Data Fields

struct elliptic_curvecurve
 Elliptic curve. More...
 
const void * addend
 Addend point. More...
 
size_t addend_len
 Length of addend point. More...
 
const void * augend
 Augend point. More...
 
size_t augend_len
 Length of augend point. More...
 
const void * expected
 Expected result point. More...
 
size_t expected_len
 Length of expected result point (or 0 to expect failure) More...
 

Detailed Description

An elliptic curve point addition test.

Definition at line 29 of file elliptic_test.h.

Field Documentation

◆ curve

struct elliptic_curve* elliptic_add_test::curve

Elliptic curve.

Definition at line 31 of file elliptic_test.h.

◆ addend

const void* elliptic_add_test::addend

Addend point.

Definition at line 33 of file elliptic_test.h.

◆ addend_len

size_t elliptic_add_test::addend_len

Length of addend point.

Definition at line 35 of file elliptic_test.h.

◆ augend

const void* elliptic_add_test::augend

Augend point.

Definition at line 37 of file elliptic_test.h.

◆ augend_len

size_t elliptic_add_test::augend_len

Length of augend point.

Definition at line 39 of file elliptic_test.h.

◆ expected

const void* elliptic_add_test::expected

Expected result point.

Definition at line 41 of file elliptic_test.h.

◆ expected_len

size_t elliptic_add_test::expected_len

Length of expected result point (or 0 to expect failure)

Definition at line 43 of file elliptic_test.h.


The documentation for this struct was generated from the following file: