Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c363 int bn_one_to_montgomery(BIGNUM *r, const BN_MONT_CTX *mont, BN_CTX *ctx) { in bn_one_to_montgomery() function
Dinternal.h444 int bn_one_to_montgomery(BIGNUM *r, const BN_MONT_CTX *mont, BN_CTX *ctx); in OPENSSL_MSVC_PRAGMA()
Dprime.c530 if (!bn_one_to_montgomery(miller_rabin->one_mont, mont, ctx) || in bn_miller_rabin_init()
Dexponentiation.c1020 if (!bn_one_to_montgomery(&tmp, mont, ctx)) { in BN_mod_exp_mont_consttime()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c363 int bn_one_to_montgomery(BIGNUM *r, const BN_MONT_CTX *mont, BN_CTX *ctx) { in bn_one_to_montgomery() function
Dinternal.h426 int bn_one_to_montgomery(BIGNUM *r, const BN_MONT_CTX *mont, BN_CTX *ctx); in OPENSSL_MSVC_PRAGMA()
Dprime.c530 if (!bn_one_to_montgomery(miller_rabin->one_mont, mont, ctx) || in bn_miller_rabin_init()
Dexponentiation.c1020 if (!bn_one_to_montgomery(&tmp, mont, ctx)) { in BN_mod_exp_mont_consttime()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1168 bn_one_to_montgomery
DBoringSSL-GRPC.podspec2720 '#define bn_one_to_montgomery GRPC_SHADOW_bn_one_to_montgomery',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1196 #define bn_one_to_montgomery GRPC_SHADOW_bn_one_to_montgomery macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2828 #define bn_one_to_montgomery BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_one_to_montgomery) macro