|
iPXE
|
A TLS signature algorithm. More...
#include <tls.h>
Data Fields | |
| struct digest_algorithm * | digest |
| Digest algorithm. | |
| struct pubkey_algorithm * | pubkey |
| Public-key algorithm. | |
| struct asn1_algorithm * | algorithm |
| Required certificate OID-identified algorithm. | |
| uint16_t | code |
| Numeric code (in network-endian order). | |
| struct digest_algorithm* tls_signature_hash_algorithm::digest |
Digest algorithm.
Definition at line 303 of file tls.h.
Referenced by tls_signature_hash_algorithm(), and tls_verify_dh_params().
| struct pubkey_algorithm* tls_signature_hash_algorithm::pubkey |
Public-key algorithm.
Definition at line 305 of file tls.h.
Referenced by tls_signature_hash_algorithm(), and tls_verify_dh_params().
| struct asn1_algorithm* tls_signature_hash_algorithm::algorithm |
Required certificate OID-identified algorithm.
Definition at line 307 of file tls.h.
Referenced by tls_verify_dh_params().
| uint16_t tls_signature_hash_algorithm::code |
Numeric code (in network-endian order).
Definition at line 309 of file tls.h.
Referenced by tls_client_hello(), tls_find_signature_hash(), and tls_send_certificate_verify().