Home
last modified time | relevance | path

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

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