Home
last modified time | relevance | path

Searched refs:bn_mul_fixed_top (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/ohos_lite/include/crypto/
Dbn.h83 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/third_party/openssl/include/crypto/
Dbn.h84 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/third_party/openssl/crypto/bn/
Dbn_mul.c499 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
Dbn_mont.c70 if (!bn_mul_fixed_top(tmp, a, b, ctx)) in bn_mul_mont_fixed_top()
/third_party/openssl/crypto/rsa/
Drsa_ossl.c728 || !bn_mul_fixed_top(r0, r1, rsa->q, ctx) in rsa_ossl_mod_exp()