Lines Matching refs:BIGNUM
26 static BIGNUM *srp_Calc_xy(const BIGNUM *x, const BIGNUM *y, const BIGNUM *N, in srp_Calc_xy()
32 BIGNUM *res = NULL; in srp_Calc_xy()
55 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g, in srp_Calc_k()
63 BIGNUM *SRP_Calc_u_ex(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N, in SRP_Calc_u_ex()
70 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N) in SRP_Calc_u()
76 BIGNUM *SRP_Calc_server_key(const BIGNUM *A, const BIGNUM *v, const BIGNUM *u, in SRP_Calc_server_key()
77 const BIGNUM *b, const BIGNUM *N) in SRP_Calc_server_key()
79 BIGNUM *tmp = NULL, *S = NULL; in SRP_Calc_server_key()
106 BIGNUM *SRP_Calc_B_ex(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B_ex()
107 const BIGNUM *v, OSSL_LIB_CTX *libctx, const char *propq) in SRP_Calc_B_ex()
109 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B_ex()
110 BIGNUM *B = NULL, *k = NULL; in SRP_Calc_B_ex()
138 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
139 const BIGNUM *v) in SRP_Calc_B()
144 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass, in SRP_Calc_x_ex()
150 BIGNUM *res = NULL; in SRP_Calc_x_ex()
191 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
196 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
199 BIGNUM *A = NULL; in SRP_Calc_A()
212 BIGNUM *SRP_Calc_client_key_ex(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key_ex()
213 const BIGNUM *x, const BIGNUM *a, const BIGNUM *u, in SRP_Calc_client_key_ex()
216 BIGNUM *tmp = NULL, *tmp2 = NULL, *tmp3 = NULL, *k = NULL, *K = NULL; in SRP_Calc_client_key_ex()
217 BIGNUM *xtmp = NULL; in SRP_Calc_client_key_ex()
260 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
261 const BIGNUM *x, const BIGNUM *a, const BIGNUM *u) in SRP_Calc_client_key()
266 int SRP_Verify_B_mod_N(const BIGNUM *B, const BIGNUM *N) in SRP_Verify_B_mod_N()
268 BIGNUM *r; in SRP_Verify_B_mod_N()
287 int SRP_Verify_A_mod_N(const BIGNUM *A, const BIGNUM *N) in SRP_Verify_A_mod_N()
309 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()