Searched refs:srp_Calc_xy (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/srp/ |
H 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/srp/ |
H A D | srp_lib.c | 23 static BIGNUM *srp_Calc_xy(const BIGNUM *x, const BIGNUM *y, const BIGNUM *N) in srp_Calc_xy() function 49 return srp_Calc_xy(N, g, N); in srp_Calc_k() 55 return srp_Calc_xy(A, B, N); in SRP_Calc_u()
|