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

Data Fields

int purpose
 
int trust
 
int flags
 
int(* check_purpose )(const struct x509_purpose_st *, const X509 *, int)
 
char * name
 
char * sname
 
void * usr_data
 

Detailed Description

Definition at line 694 of file x509v3.h.

Field Documentation

◆ check_purpose

int(* x509_purpose_st::check_purpose) (const struct x509_purpose_st *, const X509 *, int)

Definition at line 698 of file x509v3.h.

◆ flags

int x509_purpose_st::flags

Definition at line 697 of file x509v3.h.

◆ name

char* x509_purpose_st::name

Definition at line 699 of file x509v3.h.

◆ purpose

int x509_purpose_st::purpose

Definition at line 695 of file x509v3.h.

◆ sname

char* x509_purpose_st::sname

Definition at line 700 of file x509v3.h.

◆ trust

int x509_purpose_st::trust

Definition at line 696 of file x509v3.h.

◆ usr_data

void* x509_purpose_st::usr_data

Definition at line 701 of file x509v3.h.


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