|
iPXE
|
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
Variables | |
| static uint8_t | oid_ecdsa_with_sha512 [] = { ASN1_OID_ECDSA_WITH_SHA512 } |
| "ecdsa-with-SHA512" object identifier More... | |
| struct asn1_algorithm ecdsa_with_sha512_algorithm | __asn1_algorithm |
| "ecdsa-with-SHA512" OID-identified algorithm More... | |
| struct tls_signature_hash_algorithm tls_ecdsa_sha512 | __tls_sig_hash_algorithm |
| ECDSA with SHA-512 signature hash algorithm. More... | |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
"ecdsa-with-SHA512" object identifier
Definition at line 32 of file ecdsa_sha512.c.
| struct asn1_algorithm ecdsa_with_sha512_algorithm __asn1_algorithm |
"ecdsa-with-SHA512" OID-identified algorithm
Generic elliptic curve container algorithm.
Definition at line 35 of file ecdsa_sha512.c.
| struct tls_signature_hash_algorithm tls_ecdsa_sha512 __tls_sig_hash_algorithm |
ECDSA with SHA-512 signature hash algorithm.
Definition at line 44 of file ecdsa_sha512.c.
1.8.15