Searched refs:BN_mod_inverse_no_branch (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_gcd.c222 static BIGNUM *BN_mod_inverse_no_branch(BIGNUM *in,
234 return BN_mod_inverse_no_branch(in, a, n, ctx);
537 * BN_mod_inverse_no_branch is a special version of BN_mod_inverse. It does
540 static BIGNUM *BN_mod_inverse_no_branch(BIGNUM *in, function

Completed in 104 milliseconds