Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dadd.c226 int bn_usub_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_usub_consttime() function
261 if (!bn_usub_consttime(r, a, b)) { in BN_usub()
Dprime.c519 if (!bn_usub_consttime(miller_rabin->w1, w, BN_value_one())) { in bn_miller_rabin_init()
533 !bn_usub_consttime(miller_rabin->w1_mont, w, miller_rabin->one_mont)) { in bn_miller_rabin_init()
Dinternal.h518 int bn_usub_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b); in OPENSSL_MSVC_PRAGMA()
/external/boringssl/src/crypto/fipsmodule/bn/
Dadd.c226 int bn_usub_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_usub_consttime() function
261 if (!bn_usub_consttime(r, a, b)) { in BN_usub()
Dprime.c519 if (!bn_usub_consttime(miller_rabin->w1, w, BN_value_one())) { in bn_miller_rabin_init()
533 !bn_usub_consttime(miller_rabin->w1_mont, w, miller_rabin->one_mont)) { in bn_miller_rabin_init()
Dinternal.h536 int bn_usub_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b); in OPENSSL_MSVC_PRAGMA()
/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa.c750 if (!bn_usub_consttime(&pm1, key->p, BN_value_one()) || in RSA_check_key()
751 !bn_usub_consttime(&qm1, key->q, BN_value_one()) || in RSA_check_key()
Drsa_impl.c1251 if (!bn_usub_consttime(pm1, rsa->p, BN_value_one()) || in rsa_generate_key_impl()
1252 !bn_usub_consttime(qm1, rsa->q, BN_value_one()) || in rsa_generate_key_impl()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rsa/
Drsa.c730 if (!bn_usub_consttime(&pm1, key->p, BN_value_one()) || in RSA_check_key()
731 !bn_usub_consttime(&qm1, key->q, BN_value_one()) || in RSA_check_key()
Drsa_impl.c1219 if (!bn_usub_consttime(pm1, rsa->p, BN_value_one()) || in rsa_generate_key_impl()
1220 !bn_usub_consttime(qm1, rsa->q, BN_value_one()) || in rsa_generate_key_impl()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1186 bn_usub_consttime
DBoringSSL-GRPC.podspec2738 '#define bn_usub_consttime GRPC_SHADOW_bn_usub_consttime',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1214 #define bn_usub_consttime GRPC_SHADOW_bn_usub_consttime macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2852 #define bn_usub_consttime BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_usub_consttime) macro