Searched refs:BN_uadd (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_add.c | 23 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 D | bn_gcd.c | 287 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 D | bn_add.c | 23 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 D | bn_gcd.c | 287 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 D | bn.h | 230 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 254 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 254 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
|
/third_party/openssl/test/ |
H A D | bntest.c | 1234 * 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