Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Dprime.c333 const BIGNUM *a1_odd, int k, BN_CTX *ctx, BN_MONT_CTX *mont);
603 const BIGNUM *a1_odd, int k, BN_CTX *ctx, in witness() argument
605 if (!BN_mod_exp_mont(w, w, a1_odd, a, ctx, mont)) { /* w := w^a1_odd mod a */ in witness()