Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds