Home
last modified time | relevance | path

Searched defs:BN_mod_exp (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c567 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp() function
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c567 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h782 #define BN_mod_exp GRPC_SHADOW_BN_mod_exp macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h935 #define BN_mod_exp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mod_exp) macro