|
iPXE
|
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
Variables | |
| static uint8_t | oid_ecdsa_with_sha256 [] = { ASN1_OID_ECDSA_WITH_SHA256 } |
| "ecdsa-with-SHA256" object identifier More... | |
| struct asn1_algorithm ecdsa_with_sha256_algorithm | __asn1_algorithm |
| "ecdsa-with-SHA256" OID-identified algorithm More... | |
| struct tls_signature_hash_algorithm tls_ecdsa_sha256 | __tls_sig_hash_algorithm |
| ECDSA with SHA-256 signature hash algorithm. More... | |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
"ecdsa-with-SHA256" object identifier
Definition at line 32 of file ecdsa_sha256.c.
| struct asn1_algorithm ecdsa_with_sha256_algorithm __asn1_algorithm |
"ecdsa-with-SHA256" OID-identified algorithm
Generic elliptic curve container algorithm.
Definition at line 35 of file ecdsa_sha256.c.
| struct tls_signature_hash_algorithm tls_ecdsa_sha256 __tls_sig_hash_algorithm |
ECDSA with SHA-256 signature hash algorithm.
Definition at line 44 of file ecdsa_sha256.c.
1.8.15