|
iPXE
|
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| struct tls_named_group tls_secp384r1_named_group | __tls_named_group (02) |
| P-384 named group. | |
Variables | |
| static uint8_t | oid_secp384r1 [] = { ASN1_OID_SECP384R1 } |
| "secp384r1" object identifier | |
| struct asn1_algorithm secp384r1_algorithm | __asn1_algorithm |
| "secp384r1" OID-identified algorithm | |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
| struct tls_named_group tls_secp384r1_named_group __tls_named_group | ( | 02 | ) |
P-384 named group.
References __tls_named_group, htons, p384_algorithm, and TLS_NAMED_GROUP_SECP384R1.
|
static |
"secp384r1" object identifier
Definition at line 33 of file oid_p384.c.
| struct asn1_algorithm secp384r1_algorithm __asn1_algorithm |
"secp384r1" OID-identified algorithm
Generic elliptic curve container algorithm.
Definition at line 36 of file oid_p384.c.