iPXE
Data Fields
tls_signature_hash_algorithm Struct Reference

A TLS signature algorithm. More...

#include <tls.h>

Data Fields

struct digest_algorithmdigest
 Digest algorithm. More...
 
struct pubkey_algorithmpubkey
 Public-key algorithm. More...
 
struct tls_signature_hash_id code
 Numeric code. More...
 

Detailed Description

A TLS signature algorithm.

Definition at line 262 of file tls.h.

Field Documentation

◆ digest

struct digest_algorithm* tls_signature_hash_algorithm::digest

Digest algorithm.

Definition at line 264 of file tls.h.

Referenced by tls_signature_hash_algorithm(), and tls_signature_hash_digest().

◆ pubkey

struct pubkey_algorithm* tls_signature_hash_algorithm::pubkey

Public-key algorithm.

Definition at line 266 of file tls.h.

Referenced by tls_send_certificate_verify(), tls_signature_hash_algorithm(), and tls_signature_hash_pubkey().

◆ code

struct tls_signature_hash_id tls_signature_hash_algorithm::code

The documentation for this struct was generated from the following file: