Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dbn.c327 int BN_is_negative(const BIGNUM *bn) { in BN_is_negative() function
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
Dbn.c335 int BN_is_negative(const BIGNUM *bn) { in BN_is_negative() function
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn.c335 int BN_is_negative(const BIGNUM *bn) { in BN_is_negative() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h768 #define BN_is_negative GRPC_SHADOW_BN_is_negative macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h928 #define BN_is_negative BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_is_negative) macro