Searched refs:bn_mod_add_fixed_top (Results 1 – 4 of 4) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_mod.c | 48 int bn_mod_add_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_add_fixed_top() function 102 int ret = bn_mod_add_fixed_top(r, a, b, m); in BN_mod_add_quick()
|
/openssl-master/include/crypto/ |
A D | bn.h | 80 int bn_mod_add_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/openssl-master/crypto/ec/ |
A D | ecdsa_ossl.c | 284 if (!bn_mod_add_fixed_top(s, s, m, order)) { in ossl_ecdsa_simple_sign_sig()
|
/openssl-master/crypto/rsa/ |
A D | rsa_ossl.c | 720 || !bn_mod_add_fixed_top(r0, r0, m1, rsa->n)) in rsa_ossl_mod_exp()
|
Completed in 6 milliseconds