Home
last modified time | relevance | path

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

/openssl/crypto/srp/
H A Dsrp_lib.c55 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 6 milliseconds