Searched refs:bn_mod_inverse_no_branch (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_gcd.c | 14 * bn_mod_inverse_no_branch is a special version of BN_mod_inverse. It does 21 BIGNUM *bn_mod_inverse_no_branch(BIGNUM *in, in bn_mod_inverse_no_branch() function 215 return bn_mod_inverse_no_branch(in, a, n, ctx, pnoinv); in int_bn_mod_inverse()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_gcd.c | 14 * bn_mod_inverse_no_branch is a special version of BN_mod_inverse. It does 21 BIGNUM *bn_mod_inverse_no_branch(BIGNUM *in, in bn_mod_inverse_no_branch() function 215 return bn_mod_inverse_no_branch(in, a, n, ctx, pnoinv); in int_bn_mod_inverse()
|
Completed in 3 milliseconds