|
iPXE
|
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| struct tls_named_curve tls_x25519_named_curve | __tls_named_curve (01) |
| X25519 named curve. | |
Variables | |
| static uint8_t | oid_x25519 [] = { ASN1_OID_X25519 } |
| "x25519" object identifier | |
| struct asn1_algorithm x25519_algorithm | __asn1_algorithm |
| "x25519" OID-identified algorithm | |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
| struct tls_named_curve tls_x25519_named_curve __tls_named_curve | ( | 01 | ) |
X25519 named curve.
References __tls_named_curve, htons, TLS_NAMED_CURVE_X25519, and x25519_curve.
|
static |
"x25519" object identifier
Definition at line 33 of file oid_x25519.c.
Referenced by PROVIDE_REQUIRING_SYMBOL().
| struct asn1_algorithm x25519_algorithm __asn1_algorithm |
"x25519" OID-identified algorithm
Generic elliptic curve container algorithm.
Definition at line 36 of file oid_x25519.c.