Home
last modified time | relevance | path

Searched refs:BN_uadd (Results 1 – 8 of 8) sorted by relevance

/openssl/crypto/bn/
H A Dbn_add.c23 ret = BN_uadd(r, a, b); in BN_add()
54 ret = BN_uadd(r, a, b); in BN_sub()
76 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_uadd() function
H A Dbn_gcd.c288 if (!BN_uadd(X, X, n)) in int_bn_mod_inverse()
310 if (!BN_uadd(Y, Y, n)) in int_bn_mod_inverse()
336 if (!BN_uadd(X, X, Y)) in int_bn_mod_inverse()
346 if (!BN_uadd(Y, Y, X)) in int_bn_mod_inverse()
/openssl/util/
H A Dmissingcrypto.txt273 BN_uadd(3)
H A Dmissingcrypto111.txt304 BN_uadd(3)
H A Dlibcrypto.num171 BN_uadd 175 3_0_0 EXIST::FUNCTION:
/openssl/include/openssl/
H A Dbn.h260 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
/openssl/test/
H A Dbntest.c1267 if (!TEST_true(BN_uadd(ret, a, b)) in file_sum()
1281 || !TEST_true(BN_uadd(ret, ret, b)) in file_sum()
1284 || !TEST_true(BN_uadd(ret, a, ret)) in file_sum()
/openssl/
H A DCHANGES.md15330 * Fix BN_uadd and BN_usub: Always return non-negative results instead

Completed in 76 milliseconds