Home
last modified time | relevance | path

Searched refs:bn_mod_sub_fixed_top (Results 1 - 7 of 7) sorted by relevance

/third_party/openssl/ohos_lite/include/crypto/
H A Dbn.h81 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dbn.h82 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/third_party/openssl/include/crypto/
H A Dbn.h82 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/third_party/node/deps/openssl/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
/third_party/openssl/crypto/bn/
H A 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/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_ossl.c708 * bn_mod_sub_fixed_top is not regular modular subtraction, in rsa_ossl_mod_exp()
713 || !bn_mod_sub_fixed_top(r1, r1, m1, rsa->p) in rsa_ossl_mod_exp()
/third_party/openssl/crypto/rsa/
H A Drsa_ossl.c708 * bn_mod_sub_fixed_top is not regular modular subtraction, in rsa_ossl_mod_exp()
713 || !bn_mod_sub_fixed_top(r1, r1, m1, rsa->p) in rsa_ossl_mod_exp()

Completed in 5 milliseconds