Home
last modified time | relevance | path

Searched defs:BN_usub (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_add.c125 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_usub() function
/third_party/boringssl/src/crypto/fipsmodule/bn/
Dadd.c260 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_usub() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h991 #define BN_usub BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_usub) macro