Searched refs:BN_uadd (Results 1 - 5 of 5) sorted by relevance

/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);
H A Dbn_gcd.c283 if (!BN_uadd(X, X, n)) goto err;
302 if (!BN_uadd(Y, Y, n)) goto err;
327 if (!BN_uadd(X, X, Y)) goto err;
335 if (!BN_uadd(Y, Y, X)) goto err;
H A Dbn_mod.c152 if (!BN_uadd(r, a, b)) return 0;
H A Dbn.h434 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
/external/openssl/include/openssl/
H A Dbn.h434 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);

Completed in 81 milliseconds