Searched refs:srp_Calc_xy (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/srp/ |
A D | srp_lib.c | 26 static BIGNUM *srp_Calc_xy(const BIGNUM *x, const BIGNUM *y, const BIGNUM *N, in srp_Calc_xy() function 60 return srp_Calc_xy(N, g, N, libctx, propq); in srp_Calc_k() 67 return srp_Calc_xy(A, B, N, libctx, propq); in SRP_Calc_u_ex() 73 return srp_Calc_xy(A, B, N, NULL, NULL); in SRP_Calc_u()
|
Completed in 2 milliseconds