Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/include/crypto/
Dbn.h81 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/third_party/openssl/include/crypto/
Dbn.h82 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/third_party/openssl/crypto/bn/
Dbn_mod.c132 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_sub_fixed_top() function
/third_party/openssl/crypto/rsa/
Drsa_ossl.c721 || !bn_mod_sub_fixed_top(r1, r1, m1, rsa->p) in rsa_ossl_mod_exp()