Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/crypto/bn/
HDbn_mod.c53 int bn_mod_add_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_add_fixed_top() function
107 int ret = bn_mod_add_fixed_top(r, a, b, m); in BN_mod_add_quick()
/freebsd-head/crypto/openssl/include/crypto/
HDbn.h83 int bn_mod_add_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/freebsd-head/crypto/openssl/crypto/ec/
HDecdsa_ossl.c309 if (!bn_mod_add_fixed_top(s, s, m, order)) { in ossl_ecdsa_simple_sign_sig()
/freebsd-head/crypto/openssl/crypto/rsa/
HDrsa_ossl.c721 || !bn_mod_add_fixed_top(r0, r0, m1, rsa->n)) in rsa_ossl_mod_exp()