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

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dadd.c97 ret = BN_uadd(r, a, b);
102 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { function
229 if (!BN_uadd(r, a, b)) {
/external/openssl/crypto/bn/
H A Dbn_add.c98 ret = BN_uadd(r,a,b);
105 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) function
291 if (!BN_uadd(r,a,b)) return(0);

Completed in 238 milliseconds