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

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_add.c100 ret = BN_uadd(r, a, b);
107 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) function
291 if (!BN_uadd(r, a, b))
H A Dbn_gcd.c306 if (!BN_uadd(X, X, n))
328 if (!BN_uadd(Y, Y, n))
354 if (!BN_uadd(X, X, Y))
364 if (!BN_uadd(Y, Y, X))
H A Dbn.h499 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);

Completed in 208 milliseconds