Searched refs:srp_Calc_k (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/srp/ |
H A D | srp_lib.c | 55 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g, in srp_Calc_k() function 124 || (k = srp_Calc_k(N, g, libctx, propq)) == NULL in SRP_Calc_B_ex() 234 if ((k = srp_Calc_k(N, g, libctx, propq)) == NULL) in SRP_Calc_client_key_ex()
|
/third_party/openssl/crypto/srp/ |
H A D | srp_lib.c | 55 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g, in srp_Calc_k() function 124 || (k = srp_Calc_k(N, g, libctx, propq)) == NULL in SRP_Calc_B_ex() 234 if ((k = srp_Calc_k(N, g, libctx, propq)) == NULL) in SRP_Calc_client_key_ex()
|
Completed in 2 milliseconds