iPXE
Data Fields
rsa_digestinfo_prefix Struct Reference

An RSA digestInfo prefix. More...

#include <rsa.h>

Data Fields

struct digest_algorithmdigest
 Digest algorithm. More...
 
const void * data
 Prefix. More...
 
size_t len
 Length of prefix. More...
 

Detailed Description

An RSA digestInfo prefix.

Definition at line 42 of file rsa.h.

Field Documentation

◆ digest

struct digest_algorithm* rsa_digestinfo_prefix::digest

Digest algorithm.

Definition at line 44 of file rsa.h.

◆ data

const void* rsa_digestinfo_prefix::data

Prefix.

Definition at line 46 of file rsa.h.

◆ len

size_t rsa_digestinfo_prefix::len

Length of prefix.

Definition at line 48 of file rsa.h.


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