Searched refs:bn_mod_sub_fixed_top (Results 1 - 7 of 7) sorted by relevance
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | bn.h | 81 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | bn.h | 82 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/third_party/openssl/include/crypto/ |
H A D | bn.h | 82 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_mod.c | 137 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 D | bn_mod.c | 132 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 D | rsa_ossl.c | 708 * 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 D | rsa_ossl.c | 708 * 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