Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_sqrt.c152 if (!BN_mod_exp_ct(ret, A, q, p, ctx)) in BN_mod_sqrt()
193 if (!BN_mod_exp_ct(b, t, q, p, ctx)) in BN_mod_sqrt()
275 if (!BN_mod_exp_ct(y, y, q, p, ctx)) in BN_mod_sqrt()
316 if (!BN_mod_exp_ct(x, A, t, p, ctx)) in BN_mod_sqrt()
H A Dbn_blind.c374 if (!BN_mod_exp_ct(ret->A, ret->A, ret->e, ret->mod, ctx)) in BN_BLINDING_create_param()
H A Dbn_bpsw.c352 if (!BN_mod_exp_ct(x, x, k, n, ctx)) in bn_miller_rabin_base_2()
H A Dbn_lcl.h636 int BN_mod_exp_ct(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
H A Dbn_exp.c238 BN_mod_exp_ct(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp_ct() function
/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_check.c182 if (!BN_mod_exp_ct(residue, dh->g, dh->q, dh->p, ctx)) in DH_check()
288 if (!BN_mod_exp_ct(residue, pub_key, dh->q, dh->p, ctx)) in DH_check_pub_key()
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_key.c105 if (!BN_mod_exp_ct(pub_key, dsa->g, priv_key, dsa->p, ctx)) in dsa_builtin_keygen()
H A Ddsa_ameth.c229 if (!BN_mod_exp_ct(dsa->pub_key, dsa->g, dsa->priv_key, dsa->p, ctx)) { in dsa_priv_decode()
548 if (!BN_mod_exp_ct(powg, dsa->g, dsa->q, dsa->p, ctx)) in old_dsa_priv_decode()
/dragonfly/crypto/libressl/crypto/pem/
H A Dpvkfmt.c344 if (!BN_mod_exp_ct(dsa->pub_key, dsa->g, in b2i_dss()