Home
last modified time | relevance | path

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

/openssl/crypto/dsa/
H A Ddsa_ossl.c39 static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q,
338 if ((kinv = dsa_mod_inverse_fermat(k, dsa->params.q, ctx)) == NULL) in dsa_sign_setup()
483 static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q, in dsa_mod_inverse_fermat() function

Completed in 4 milliseconds