Searched refs:dsa_mod_inverse_fermat (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dsa/ |
H A D | dsa_ossl.c | 27 static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q, 282 if ((kinv = dsa_mod_inverse_fermat(k, dsa->q, ctx)) == NULL) in dsa_sign_setup() 423 static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q, in dsa_mod_inverse_fermat() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/ |
H A D | dsa_ossl.c | 36 static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q, 317 if ((kinv = dsa_mod_inverse_fermat(k, dsa->params.q, ctx)) == NULL) in dsa_sign_setup() 462 static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q, in dsa_mod_inverse_fermat() function
|