iPXE
tls_signature_hash_id Struct Reference

A TLS signature and hash algorithm identifier. More...

#include <tls.h>

Data Fields

uint8_t hash
 Hash algorithm.
uint8_t signature
 Signature algorithm.

Detailed Description

A TLS signature and hash algorithm identifier.

Definition at line 280 of file tls.h.

Field Documentation

◆ hash

uint8_t tls_signature_hash_id::hash

Hash algorithm.

Definition at line 282 of file tls.h.

Referenced by tls_signature_hash_digest().

◆ signature

uint8_t tls_signature_hash_id::signature

Signature algorithm.

Definition at line 284 of file tls.h.

Referenced by tls_signature_hash_pubkey().


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