Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_mod.c54 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 Dbn.h80 int bn_mod_add_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/openssl/crypto/ec/
H A Decdsa_ossl.c367 if (!bn_mod_add_fixed_top(s, s, m, order)) { in ossl_ecdsa_simple_sign_sig()
/openssl/crypto/rsa/
H A Drsa_ossl.c919 || !bn_mod_add_fixed_top(r0, r0, m1, rsa->n)) in rsa_ossl_mod_exp()

Completed in 14 milliseconds