iPXE
|
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
struct tls_named_curve tls_x25519_named_curve | __tls_named_curve (01) |
X25519 named curve. More... | |
Variables | |
static uint8_t | oid_x25519 [] = { ASN1_OID_X25519 } |
"x25519" object identifier More... | |
struct asn1_algorithm x25519_algorithm | __asn1_algorithm |
"x25519" OID-identified algorithm More... | |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
struct tls_named_curve tls_x25519_named_curve __tls_named_curve | ( | 01 | ) |
X25519 named curve.
|
static |
"x25519" object identifier
Definition at line 32 of file oid_x25519.c.
struct asn1_algorithm x25519_algorithm __asn1_algorithm |
"x25519" OID-identified algorithm
"aes128-cbc" OID-identified algorithm
Definition at line 35 of file oid_x25519.c.