|
iPXE
|
NIST P-384 elliptic curve. More...
#include <ipxe/p384.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| WEIERSTRASS_CURVE (p384, p384_curve, P384_LEN, p384_prime, p384_a, p384_b, p384_base, p384_order) | |
| P-384 elliptic curve. | |
Variables | |
| static const uint8_t | p384_prime [P384_LEN] |
| P-384 field prime. | |
| static const uint8_t | p384_a [P384_LEN] |
| P-384 constant "a". | |
| static const uint8_t | p384_b [P384_LEN] |
| P-384 constant "b". | |
| static const uint8_t | p384_base [P384_LEN *2] |
| P-384 base point. | |
| static const uint8_t | p384_order [P384_LEN] |
| P-384 group order. | |
NIST P-384 elliptic curve.
Definition in file p384.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
| WEIERSTRASS_CURVE | ( | p384 | , |
| p384_curve | , | ||
| P384_LEN | , | ||
| p384_prime | , | ||
| p384_a | , | ||
| p384_b | , | ||
| p384_base | , | ||
| p384_order | ) |
P-384 elliptic curve.
References p384_a, p384_b, p384_base, p384_curve, P384_LEN, p384_order, and p384_prime.
P-384 field prime.
Definition at line 36 of file p384.c.
Referenced by WEIERSTRASS_CURVE().
P-384 constant "a".
Definition at line 45 of file p384.c.
Referenced by WEIERSTRASS_CURVE().
P-384 constant "b".
Definition at line 54 of file p384.c.
Referenced by WEIERSTRASS_CURVE().
P-384 base point.
Definition at line 63 of file p384.c.
Referenced by WEIERSTRASS_CURVE().
P-384 group order.
Definition at line 76 of file p384.c.
Referenced by WEIERSTRASS_CURVE().