Searched refs:bn_mul_fixed_top (Results 1 – 4 of 4) sorted by relevance
/openssl/include/crypto/ |
H A D | bn.h | 84 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
|
/openssl/crypto/bn/ |
H A 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
|
H A D | bn_mont.c | 70 if (!bn_mul_fixed_top(tmp, a, b, ctx)) in bn_mul_mont_fixed_top()
|
/openssl/crypto/rsa/ |
H A D | rsa_ossl.c | 918 || !bn_mul_fixed_top(r0, r1, rsa->q, ctx) in rsa_ossl_mod_exp()
|
Completed in 15 milliseconds