Lines Matching defs:srp_ctx_st
648 typedef struct srp_ctx_st { struct
650 void *SRP_cb_arg;
652 int (*TLS_ext_srp_username_callback) (SSL *, int *, void *);
654 int (*SRP_verify_param_callback) (SSL *, void *);
656 char *(*SRP_give_srp_client_pwd_callback) (SSL *, void *);
657 char *login;
658 BIGNUM *N, *g, *s, *B, *A;
659 BIGNUM *a, *b, *v;
660 char *info;
661 int strength;
662 unsigned long srp_Mask;