Data Fields | |
void * | SRP_cb_arg |
int(* | TLS_ext_srp_username_callback )(SSL *, int *, void *) |
int(* | SRP_verify_param_callback )(SSL *, void *) |
char *(* | SRP_give_srp_client_pwd_callback )(SSL *, void *) |
char * | login |
BIGNUM * | N |
BIGNUM * | g |
BIGNUM * | s |
BIGNUM * | B |
BIGNUM * | A |
BIGNUM * | a |
BIGNUM * | b |
BIGNUM * | v |
char * | info |
int | strength |
unsigned long | srp_Mask |
char* srp_ctx_st::info |
char* srp_ctx_st::login |
void* srp_ctx_st::SRP_cb_arg |
char*(* srp_ctx_st::SRP_give_srp_client_pwd_callback)(SSL *, void *) |
unsigned long srp_ctx_st::srp_Mask |
int(* srp_ctx_st::SRP_verify_param_callback)(SSL *, void *) |
int(* srp_ctx_st::TLS_ext_srp_username_callback)(SSL *, int *, void *) |