Home
last modified time | relevance | path

Searched defs:BN_mod_sqrt (Results 1 – 5 of 5) sorted by relevance

/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
Dsqrt.c62 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) { in BN_mod_sqrt() function
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dsqrt.c62 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) { in BN_mod_sqrt() function
/external/boringssl/src/crypto/fipsmodule/bn/
Dsqrt.c62 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) { in BN_mod_sqrt() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h798 #define BN_mod_sqrt GRPC_SHADOW_BN_mod_sqrt macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h959 #define BN_mod_sqrt BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mod_sqrt) macro