Home
last modified time | relevance | path

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

/openssl-master/crypto/dsa/
A Ddsa_ossl.c33 static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q,
301 if ((kinv = dsa_mod_inverse_fermat(k, dsa->params.q, ctx)) == NULL) in dsa_sign_setup()
447 static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q, in dsa_mod_inverse_fermat() function

Completed in 3 milliseconds