iPXE
Data Fields
tls_signature_hash_id Struct Reference

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

#include <tls.h>

Data Fields

uint8_t hash
 Hash algorithm. More...
 
uint8_t signature
 Signature algorithm. More...
 

Detailed Description

A TLS signature and hash algorithm identifier.

Definition at line 254 of file tls.h.

Field Documentation

◆ hash

uint8_t tls_signature_hash_id::hash

Hash algorithm.

Definition at line 256 of file tls.h.

Referenced by tls_signature_hash_digest().

◆ signature

uint8_t tls_signature_hash_id::signature

Signature algorithm.

Definition at line 258 of file tls.h.

Referenced by tls_signature_hash_pubkey().


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