Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/srp/
Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k() function
106 || (k = srp_Calc_k(N, g)) == NULL in SRP_Calc_B()
197 if ((k = srp_Calc_k(N, g)) == NULL) in SRP_Calc_client_key()