Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_bpsw.c30 bn_div_by_two_mod_odd_n(BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) in bn_div_by_two_mod_odd_n() function
89 if (!bn_div_by_two_mod_odd_n(V, n, ctx)) in bn_lucas_step()
100 if (!bn_div_by_two_mod_odd_n(U, n, ctx)) in bn_lucas_step()
106 if (!bn_div_by_two_mod_odd_n(V, n, ctx)) in bn_lucas_step()