Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_bpsw.c63 bn_lucas_step(BIGNUM *U, BIGNUM *V, int digit, const BIGNUM *D, in bn_lucas_step() function
142 if (!bn_lucas_step(U, V, digit, D, n, ctx)) in bn_lucas()
207 if (!bn_lucas_step(U, V, 0, D, n, ctx)) in bn_strong_lucas_test()