Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_add.c89 if (!BN_usub(r, b, a)) in BN_add()
93 if (!BN_usub(r, a, b)) in BN_add()
166 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_usub() function
303 if (!BN_usub(r, b, a)) in BN_sub()
307 if (!BN_usub(r, a, b)) in BN_sub()
H A Dbn_recp.c195 if (!BN_usub(r, m, b)) in BN_div_recp()
206 if (!BN_usub(r, r, &(recp->N))) in BN_div_recp()
H A Dbn_gcd.c360 if (!BN_usub(B, B, A)) in BN_mod_inverse()
370 if (!BN_usub(A, A, B)) in BN_mod_inverse()
H A Dbn_mod.c160 return BN_usub(r, r, m); in BN_mod_add_quick()
H A Dbn_div.c122 if (!BN_usub(rem, rem, D))
H A Dbn_mont.c327 if (!BN_usub(ret, ret, &(mont->N))) in BN_from_montgomery()
H A Dbn.h464 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
/minix3/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_oct.c189 if (!BN_usub(y, &group->field, y)) in ec_GFp_simple_set_compressed_coordinates()
H A Decp_smpl.c987 return BN_usub(&point->Y, &group->field, &point->Y); in ec_GFp_simple_invert()
/minix3/crypto/external/bsd/openssl/dist/util/
H A Dlibeay.num702 BN_usub 709 EXIST::FUNCTION:
/minix3/crypto/external/bsd/openssl/dist/
H A DCHANGES5687 *) Fix BN_uadd and BN_usub: Always return non-negative results instead