|
iPXE
|
Elliptic curve self-tests. More...
#include <stdint.h>#include <string.h>#include <assert.h>#include <ipxe/crypto.h>#include <ipxe/test.h>#include "elliptic_test.h"Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| void | elliptic_okx (struct elliptic_test *test, const char *file, unsigned int line) |
| Report elliptic curve point multiplication test result. More... | |
Elliptic curve self-tests.
Definition in file elliptic_test.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| void elliptic_okx | ( | struct elliptic_test * | test, |
| const char * | file, | ||
| unsigned int | line | ||
| ) |
Report elliptic curve point multiplication test result.
| test | Elliptic curve point multiplication test |
| file | Test code file |
| line | Test code line |
Definition at line 49 of file elliptic_test.c.
References elliptic_multiply(), keysize, elliptic_curve::keysize, memcmp(), NULL, okx, elliptic_curve::pointsize, rc, and test.
1.8.15