Home
last modified time | relevance | path

Searched refs:bn_mod_sub_fixed_top (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Dbn.h82 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_mod.c137 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_sub_fixed_top() function
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_ossl.c713 || !bn_mod_sub_fixed_top(r1, r1, m1, rsa->p) in rsa_ossl_mod_exp()