srp_ctx_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

A
BIGNUM* A;
B
BIGNUM* B;
Undocumented in source.
N
BIGNUM* N;
Undocumented in source.
SRP_cb_arg
void* SRP_cb_arg;
Undocumented in source.
SRP_give_srp_client_pwd_callback
ExternC!(char* function(SSL*, void*)) SRP_give_srp_client_pwd_callback;
Undocumented in source.
SRP_verify_param_callback
ExternC!(int function(SSL*, void*)) SRP_verify_param_callback;
Undocumented in source.
TLS_ext_srp_username_callback
ExternC!(int function(SSL*, int*, void*)) TLS_ext_srp_username_callback;
Undocumented in source.
a
BIGNUM* a;
b
BIGNUM* b;
g
BIGNUM* g;
Undocumented in source.
info
char* info;
Undocumented in source.
login
char* login;
s
BIGNUM* s;
Undocumented in source.
srp_Mask
c_ulong srp_Mask;
Undocumented in source.
strength
int strength;
v
BIGNUM* v;
Undocumented in source.

Meta