Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dmul.c548 static int bn_mul_impl(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mul_impl() function
641 if (!bn_mul_impl(r, a, b, ctx)) { in BN_mul()
657 return bn_mul_impl(r, a, b, ctx); in bn_mul_consttime()