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

Data Fields

char * id
 
BIGNUM * s
 
BIGNUM * v
 
const BIGNUM * g
 
const BIGNUM * N
 
char * info
 

Detailed Description

Definition at line 76 of file srp.h.

Field Documentation

◆ g

const BIGNUM* SRP_user_pwd_st::g

Definition at line 82 of file srp.h.

◆ id

char* SRP_user_pwd_st::id

Definition at line 78 of file srp.h.

◆ info

char* SRP_user_pwd_st::info

Definition at line 85 of file srp.h.

◆ N

const BIGNUM* SRP_user_pwd_st::N

Definition at line 83 of file srp.h.

◆ s

BIGNUM* SRP_user_pwd_st::s

Definition at line 79 of file srp.h.

◆ v

BIGNUM* SRP_user_pwd_st::v

Definition at line 80 of file srp.h.


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