Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa.c670 bn_mul_consttime(tmp, a, ainv, ctx) && in check_mod_inverse()
737 if (!bn_mul_consttime(&tmp, key->p, key->q, ctx)) { in RSA_check_key()
752 !bn_mul_consttime(&de, key->d, key->e, ctx) || in RSA_check_key()
Drsa_impl.c914 !bn_mul_consttime(r0, r0, q, ctx) || in mod_exp()
1263 !bn_mul_consttime(rsa->n, rsa->p, rsa->q, ctx) || in rsa_generate_key_impl()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rsa/
Drsa.c667 bn_mul_consttime(tmp, a, ainv, ctx) && in check_mod_inverse()
712 if (!bn_mul_consttime(&tmp, key->p, key->q, ctx)) { in RSA_check_key()
732 !bn_mul_consttime(&de, key->d, key->e, ctx) || in RSA_check_key()
Drsa_impl.c919 !bn_mul_consttime(r0, r0, q, ctx) || in mod_exp()
1231 !bn_mul_consttime(rsa->n, rsa->p, rsa->q, ctx) || in rsa_generate_key_impl()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c400 if (!bn_mul_consttime(tmp, a, b, ctx)) { in bn_mod_mul_montgomery_fallback()
Dinternal.h528 int bn_mul_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); in OPENSSL_MSVC_PRAGMA()
Dgcd_extra.c161 bn_mul_consttime(r, a, b, ctx) && in bn_lcm_consttime()
Dmul.c526 int bn_mul_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in bn_mul_consttime() function
/external/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c400 if (!bn_mul_consttime(tmp, a, b, ctx)) { in bn_mod_mul_montgomery_fallback()
Dinternal.h546 int bn_mul_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); in OPENSSL_MSVC_PRAGMA()
Dgcd_extra.c161 bn_mul_consttime(r, a, b, ctx) && in bn_lcm_consttime()
Dmul.c526 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
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2822 #define bn_mul_consttime BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_mul_consttime) macro