Searched refs:bn_mod_sub_fixed_top (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/ohos_lite/include/crypto/ |
D | bn.h | 81 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/third_party/openssl/include/crypto/ |
D | bn.h | 82 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/third_party/openssl/crypto/bn/ |
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/openssl/crypto/rsa/ |
D | rsa_ossl.c | 721 || !bn_mod_sub_fixed_top(r1, r1, m1, rsa->p) in rsa_ossl_mod_exp()
|