Home
last modified time | relevance | path

Searched refs:BN_usub (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_add.c28 ret = BN_usub(r, a, b); in BN_add()
31 ret = BN_usub(r, b, a); in BN_add()
59 ret = BN_usub(r, a, b); in BN_sub()
62 ret = BN_usub(r, b, a); in BN_sub()
125 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_usub() function
H A Dbn_recp.c142 if (!BN_usub(r, m, b)) in BN_div_recp()
152 if (!BN_usub(r, r, &(recp->N))) in BN_div_recp()
H A Dbn_gcd.c341 if (!BN_usub(B, B, A)) in int_bn_mod_inverse()
350 if (!BN_usub(A, A, B)) in int_bn_mod_inverse()
H A Dbn_mont.c211 if (!BN_usub(ret, ret, &(mont->N))) in bn_from_mont_fixed_top()
H A Dbn_div.c73 if (!BN_usub(rem, rem, D))
/third_party/openssl/crypto/bn/
H A Dbn_add.c28 ret = BN_usub(r, a, b); in BN_add()
31 ret = BN_usub(r, b, a); in BN_add()
59 ret = BN_usub(r, a, b); in BN_sub()
62 ret = BN_usub(r, b, a); in BN_sub()
125 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_usub() function
H A Dbn_recp.c142 if (!BN_usub(r, m, b)) in BN_div_recp()
152 if (!BN_usub(r, r, &(recp->N))) in BN_div_recp()
H A Dbn_gcd.c341 if (!BN_usub(B, B, A)) in int_bn_mod_inverse()
350 if (!BN_usub(A, A, B)) in int_bn_mod_inverse()
H A Dbn_div.c73 if (!BN_usub(rem, rem, D))
H A Dbn_mont.c211 if (!BN_usub(ret, ret, &(mont->N))) in bn_from_mont_fixed_top()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_oct.c140 if (!BN_usub(y, group->field, y)) in ossl_ec_GFp_simple_set_compressed_coordinates()
H A Decp_smpl.c947 return BN_usub(point->Y, group->field, point->Y); in ossl_ec_GFp_simple_invert()
/third_party/openssl/crypto/ec/
H A Decp_oct.c140 if (!BN_usub(y, group->field, y)) in ossl_ec_GFp_simple_set_compressed_coordinates()
H A Decp_smpl.c947 return BN_usub(point->Y, group->field, point->Y); in ossl_ec_GFp_simple_invert()
/third_party/openssl/test/
H A Dbntest.c1234 * Test BN_uadd() and BN_usub() with the prerequisites they are in file_sum()
1242 || !TEST_true(BN_usub(ret, sum, a)) in file_sum()
1244 || !TEST_true(BN_usub(ret, sum, b)) in file_sum()
1260 || !TEST_true(BN_usub(ret, ret, a)) in file_sum()
1263 || !TEST_true(BN_usub(ret, sum, ret)) in file_sum()
1266 || !TEST_true(BN_usub(ret, ret, b)) in file_sum()
1269 || !TEST_true(BN_usub(ret, sum, ret)) in file_sum()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h229 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h253 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
/third_party/openssl/include/openssl/
H A Dbn.h253 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);

Completed in 17 milliseconds