Searched defs:BN_usub (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dadd.c84 if (!BN_usub(r, b, a)) {
89 if (!BN_usub(r, a, b)) {
245 if (!BN_usub(r, b, a)) {
250 if (!BN_usub(r, a, b)) {
259 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { function
270 OPENSSL_PUT_ERROR(BN, BN_usub, BN_R_ARG2_LT_ARG3);
/external/openssl/crypto/bn/
H A Dbn_add.c87 if (!BN_usub(r,b,a)) return(0);
92 if (!BN_usub(r,a,b)) return(0);
166 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) function
302 if (!BN_usub(r,b,a)) return(0);
307 if (!BN_usub(r,a,b)) return(0);

Completed in 6084 milliseconds