Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dprime.c670 BIGNUM *one_mont = BN_CTX_get(ctx); in BN_primality_test() local
673 if (b == NULL || z == NULL || one_mont == NULL || w1_mont == NULL || in BN_primality_test()
675 !bn_one_to_montgomery(one_mont, mont, ctx) || in BN_primality_test()
678 !bn_usub_consttime(w1_mont, w, one_mont)) { in BN_primality_test()
764 if (BN_equal_consttime(z, one_mont) & ~loop_done) { in BN_primality_test()