Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_prime.c133 const BIGNUM *a1_odd, int k, BN_CTX *ctx, BN_MONT_CTX *mont);
383 witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1, const BIGNUM *a1_odd, in witness() argument
386 if (!BN_mod_exp_mont_ct(w, w, a1_odd, a, ctx, mont)) in witness()