Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dadd.c178 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_sub() function
/external/boringssl/src/crypto/fipsmodule/bn/
Dadd.c178 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_sub() function
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
Dadd.c178 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_sub() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h825 #define BN_sub GRPC_SHADOW_BN_sub macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h990 #define BN_sub BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_sub) macro