Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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.c287 if (!BN_uadd(X, X, n)) in int_bn_mod_inverse()
309 if (!BN_uadd(Y, Y, n)) in int_bn_mod_inverse()
335 if (!BN_uadd(X, X, Y)) in int_bn_mod_inverse()
345 if (!BN_uadd(Y, Y, X)) in int_bn_mod_inverse()
/third_party/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.c287 if (!BN_uadd(X, X, n)) in int_bn_mod_inverse()
309 if (!BN_uadd(Y, Y, n)) in int_bn_mod_inverse()
335 if (!BN_uadd(X, X, Y)) in int_bn_mod_inverse()
345 if (!BN_uadd(Y, Y, X)) in int_bn_mod_inverse()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h230 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h254 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
/third_party/openssl/include/openssl/
H A Dbn.h254 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
/third_party/openssl/test/
H A Dbntest.c1234 * Test BN_uadd() and BN_usub() with the prerequisites they are in file_sum()
1240 if (!TEST_true(BN_uadd(ret, a, b)) in file_sum()
1254 || !TEST_true(BN_uadd(ret, ret, b)) in file_sum()
1257 || !TEST_true(BN_uadd(ret, a, ret)) in file_sum()

Completed in 9 milliseconds