|
iPXE
|
An elliptic curve point addition test. More...
#include <elliptic_test.h>
Data Fields | |
| struct elliptic_curve * | curve |
| 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... | |
An elliptic curve point addition test.
Definition at line 29 of file elliptic_test.h.
| struct elliptic_curve* elliptic_add_test::curve |
Elliptic curve.
Definition at line 31 of file elliptic_test.h.
| const void* elliptic_add_test::addend |
Addend point.
Definition at line 33 of file elliptic_test.h.
| size_t elliptic_add_test::addend_len |
Length of addend point.
Definition at line 35 of file elliptic_test.h.
| const void* elliptic_add_test::augend |
Augend point.
Definition at line 37 of file elliptic_test.h.
| size_t elliptic_add_test::augend_len |
Length of augend point.
Definition at line 39 of file elliptic_test.h.
| const void* elliptic_add_test::expected |
Expected result point.
Definition at line 41 of file elliptic_test.h.
| 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.
1.8.15