/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_add.c | 28 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 D | bn_recp.c | 142 if (!BN_usub(r, m, b)) in BN_div_recp() 152 if (!BN_usub(r, r, &(recp->N))) in BN_div_recp()
|
H A D | bn_gcd.c | 341 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 D | bn_mont.c | 211 if (!BN_usub(ret, ret, &(mont->N))) in bn_from_mont_fixed_top()
|
H A D | bn_div.c | 73 if (!BN_usub(rem, rem, D))
|
/third_party/openssl/crypto/bn/ |
H A D | bn_add.c | 28 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 D | bn_recp.c | 142 if (!BN_usub(r, m, b)) in BN_div_recp() 152 if (!BN_usub(r, r, &(recp->N))) in BN_div_recp()
|
H A D | bn_gcd.c | 341 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 D | bn_div.c | 73 if (!BN_usub(rem, rem, D))
|
H A D | bn_mont.c | 211 if (!BN_usub(ret, ret, &(mont->N))) in bn_from_mont_fixed_top()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_oct.c | 140 if (!BN_usub(y, group->field, y)) in ossl_ec_GFp_simple_set_compressed_coordinates()
|
H A D | ecp_smpl.c | 947 return BN_usub(point->Y, group->field, point->Y); in ossl_ec_GFp_simple_invert()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_oct.c | 140 if (!BN_usub(y, group->field, y)) in ossl_ec_GFp_simple_set_compressed_coordinates()
|
H A D | ecp_smpl.c | 947 return BN_usub(point->Y, group->field, point->Y); in ossl_ec_GFp_simple_invert()
|
/third_party/openssl/test/ |
H A D | bntest.c | 1234 * 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 D | bn.h | 229 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 253 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 253 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
|