Searched refs:bn_mul_consttime (Results 1 – 16 of 16) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/rsa/ |
D | rsa.c | 670 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()
|
D | rsa_impl.c | 914 !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/ |
D | rsa.c | 667 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()
|
D | rsa_impl.c | 919 !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/ |
D | montgomery.c | 400 if (!bn_mul_consttime(tmp, a, b, ctx)) { in bn_mod_mul_montgomery_fallback()
|
D | internal.h | 528 int bn_mul_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); in OPENSSL_MSVC_PRAGMA()
|
D | gcd_extra.c | 161 bn_mul_consttime(r, a, b, ctx) && in bn_lcm_consttime()
|
D | mul.c | 526 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/ |
D | montgomery.c | 400 if (!bn_mul_consttime(tmp, a, b, ctx)) { in bn_mod_mul_montgomery_fallback()
|
D | internal.h | 546 int bn_mul_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); in OPENSSL_MSVC_PRAGMA()
|
D | gcd_extra.c | 161 bn_mul_consttime(r, a, b, ctx) && in bn_lcm_consttime()
|
D | mul.c | 526 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/ |
D | grpc_shadow_boringssl_symbol_list | 1164 bn_mul_consttime
|
D | BoringSSL-GRPC.podspec | 2716 '#define bn_mul_consttime GRPC_SHADOW_bn_mul_consttime',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1192 #define bn_mul_consttime GRPC_SHADOW_bn_mul_consttime macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2822 #define bn_mul_consttime BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_mul_consttime) macro
|