Searched refs:bn_mul_fixed_top (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/ohos_lite/include/crypto/ |
D | bn.h | 83 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
|
/third_party/openssl/include/crypto/ |
D | bn.h | 84 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
|
/third_party/openssl/crypto/bn/ |
D | bn_mul.c | 499 int ret = bn_mul_fixed_top(r, a, b, ctx); in BN_mul() 507 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in bn_mul_fixed_top() function
|
D | bn_mont.c | 70 if (!bn_mul_fixed_top(tmp, a, b, ctx)) in bn_mul_mont_fixed_top()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_ossl.c | 728 || !bn_mul_fixed_top(r0, r1, rsa->q, ctx) in rsa_ossl_mod_exp()
|