Home
last modified time | relevance | path

Searched refs:BN_usub (Results 1 – 14 of 14) sorted by relevance

/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.c140 if (!BN_usub(r, m, b)) in BN_div_recp()
150 if (!BN_usub(r, r, &(recp->N))) in BN_div_recp()
H A Dbn_gcd.c342 if (!BN_usub(B, B, A)) in int_bn_mod_inverse()
351 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()
/openssl/crypto/
H A Ddeterministic_nonce.c111 && !BN_usub(z, z, q)) in bits2octets()
/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()
/openssl/test/
H A Dbntest.c1269 || !TEST_true(BN_usub(ret, sum, a)) in file_sum()
1271 || !TEST_true(BN_usub(ret, sum, b)) in file_sum()
1287 || !TEST_true(BN_usub(ret, ret, a)) in file_sum()
1290 || !TEST_true(BN_usub(ret, sum, ret)) in file_sum()
1293 || !TEST_true(BN_usub(ret, ret, b)) in file_sum()
1296 || !TEST_true(BN_usub(ret, sum, ret)) in file_sum()
/openssl/util/
H A Dmissingcrypto.txt274 BN_usub(3)
H A Dmissingcrypto111.txt305 BN_usub(3)
H A Dlibcrypto.num1863 BN_usub 1909 3_0_0 EXIST::FUNCTION:
/openssl/include/openssl/
H A Dbn.h259 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
/openssl/
H A DCHANGES.md15330 * Fix BN_uadd and BN_usub: Always return non-negative results instead

Completed in 105 milliseconds