Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds