Home
last modified time | relevance | path

Searched refs:srp_Calc_k (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/srp/
Dsrp_lib.c78 static BIGNUM *srp_Calc_k(BIGNUM *N, BIGNUM *g) in srp_Calc_k() function
188 !(k = srp_Calc_k(N,g)) || in SRP_Calc_B()
272 if (!(k = srp_Calc_k(N,g))) in SRP_Calc_client_key()