Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa.c646 bn_mul_consttime(tmp, a, ainv, ctx) && in check_mod_inverse()
699 if (!bn_mul_consttime(&n, key->p, key->q, ctx) || in RSA_check_key()
Drsa_impl.c896 !bn_mul_consttime(r0, r0, q, ctx) || in mod_exp()
1208 !bn_mul_consttime(rsa->n, rsa->p, rsa->q, ctx) || in rsa_generate_key_impl()
/external/boringssl/src/crypto/fipsmodule/bn/
Dinternal.h494 int bn_mul_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); in OPENSSL_MSVC_PRAGMA()
Dmontgomery.c400 if (!bn_mul_consttime(tmp, a, b, ctx)) { in bn_mod_mul_montgomery_fallback()
Dgcd_extra.c161 bn_mul_consttime(r, a, b, ctx) && in bn_lcm_consttime()
Dmul.c650 int bn_mul_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in bn_mul_consttime() function
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1164 bn_mul_consttime
DBoringSSL-GRPC.podspec2716 '#define bn_mul_consttime GRPC_SHADOW_bn_mul_consttime',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1192 #define bn_mul_consttime GRPC_SHADOW_bn_mul_consttime macro