|
iPXE
|
NIST P-256 elliptic curve. More...
#include <ipxe/p256.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| WEIERSTRASS_CURVE (p256, p256_curve, P256_LEN, p256_prime, p256_a, p256_b, p256_base, p256_order) | |
| P-256 elliptic curve. | |
Variables | |
| static const uint8_t | p256_prime [P256_LEN] |
| P-256 field prime. | |
| static const uint8_t | p256_a [P256_LEN] |
| P-256 constant "a". | |
| static const uint8_t | p256_b [P256_LEN] |
| P-256 constant "b". | |
| static const uint8_t | p256_base [P256_LEN *2] |
| P-256 base point. | |
| static const uint8_t | p256_order [P256_LEN] |
| P-256 group order. | |
NIST P-256 elliptic curve.
Definition in file p256.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
| WEIERSTRASS_CURVE | ( | p256 | , |
| p256_curve | , | ||
| P256_LEN | , | ||
| p256_prime | , | ||
| p256_a | , | ||
| p256_b | , | ||
| p256_base | , | ||
| p256_order | ) |
P-256 elliptic curve.
References p256_a, p256_b, p256_base, p256_curve, P256_LEN, p256_order, and p256_prime.
P-256 field prime.
Definition at line 36 of file p256.c.
Referenced by WEIERSTRASS_CURVE().
P-256 constant "a".
Definition at line 43 of file p256.c.
Referenced by WEIERSTRASS_CURVE().
P-256 constant "b".
Definition at line 50 of file p256.c.
Referenced by WEIERSTRASS_CURVE().
P-256 base point.
Definition at line 57 of file p256.c.
Referenced by WEIERSTRASS_CURVE().
P-256 group order.
Definition at line 67 of file p256.c.
Referenced by WEIERSTRASS_CURVE().