TianoCore EDK2 master
Loading...
Searching...
No Matches
x509_trust_st Struct Reference

Data Fields

int trust
 
int flags
 
int(* check_trust )(struct x509_trust_st *, X509 *, int)
 
char * name
 
int arg1
 
void * arg2
 

Detailed Description

Definition at line 149 of file x509_vfy.h.

Field Documentation

◆ arg1

int x509_trust_st::arg1

Definition at line 154 of file x509_vfy.h.

◆ arg2

void* x509_trust_st::arg2

Definition at line 155 of file x509_vfy.h.

◆ check_trust

int(* x509_trust_st::check_trust) (struct x509_trust_st *, X509 *, int)

Definition at line 152 of file x509_vfy.h.

◆ flags

int x509_trust_st::flags

Definition at line 151 of file x509_vfy.h.

◆ name

char* x509_trust_st::name

Definition at line 153 of file x509_vfy.h.

◆ trust

int x509_trust_st::trust

Definition at line 150 of file x509_vfy.h.


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