Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/crypto/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()
/freebsd/crypto/openssl/test/
H A Dbntest.c1250 || !TEST_true(BN_usub(ret, sum, a)) in file_sum()
1252 || !TEST_true(BN_usub(ret, sum, b)) in file_sum()
1268 || !TEST_true(BN_usub(ret, ret, a)) in file_sum()
1271 || !TEST_true(BN_usub(ret, sum, ret)) in file_sum()
1274 || !TEST_true(BN_usub(ret, ret, b)) in file_sum()
1277 || !TEST_true(BN_usub(ret, sum, ret)) in file_sum()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h253 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt278 BN_usub(3)
H A Dmissingcrypto111.txt305 BN_usub(3)
H A Dlibcrypto.num1863 BN_usub 1909 3_0_0 EXIST::FUNCTION:
/freebsd/secure/lib/libcrypto/
H A DVersion.map583 BN_usub;