Home
last modified time | relevance | path

Searched refs:srp_Calc_xy (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/srp/
H A Dsrp_lib.c26 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()
/third_party/openssl/crypto/srp/
H A Dsrp_lib.c26 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