Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds