|
iPXE
|
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
Variables | |
| static uint8_t | oid_ecdsa_with_sha224 [] = { ASN1_OID_ECDSA_WITH_SHA224 } |
| "ecdsa-with-SHA224" object identifier More... | |
| struct asn1_algorithm ecdsa_with_sha224_algorithm | __asn1_algorithm |
| "ecdsa-with-SHA224" OID-identified algorithm More... | |
| struct tls_signature_hash_algorithm tls_ecdsa_sha224 | __tls_sig_hash_algorithm |
| ECDSA with SHA-224 signature hash algorithm. More... | |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
"ecdsa-with-SHA224" object identifier
Definition at line 32 of file ecdsa_sha224.c.
| struct asn1_algorithm ecdsa_with_sha224_algorithm __asn1_algorithm |
"ecdsa-with-SHA224" OID-identified algorithm
Generic elliptic curve container algorithm.
Definition at line 35 of file ecdsa_sha224.c.
| struct tls_signature_hash_algorithm tls_ecdsa_sha224 __tls_sig_hash_algorithm |
ECDSA with SHA-224 signature hash algorithm.
Definition at line 44 of file ecdsa_sha224.c.
1.8.15