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