Searched refs:BN_usub (Results 1 – 11 of 11) sorted by relevance
| /minix3/crypto/external/bsd/openssl/dist/crypto/bn/ |
| H A D | bn_add.c | 89 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 D | bn_recp.c | 195 if (!BN_usub(r, m, b)) in BN_div_recp() 206 if (!BN_usub(r, r, &(recp->N))) in BN_div_recp()
|
| H A D | bn_gcd.c | 360 if (!BN_usub(B, B, A)) in BN_mod_inverse() 370 if (!BN_usub(A, A, B)) in BN_mod_inverse()
|
| H A D | bn_mod.c | 160 return BN_usub(r, r, m); in BN_mod_add_quick()
|
| H A D | bn_div.c | 122 if (!BN_usub(rem, rem, D))
|
| H A D | bn_mont.c | 327 if (!BN_usub(ret, ret, &(mont->N))) in BN_from_montgomery()
|
| H A D | bn.h | 464 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/ec/ |
| H A D | ecp_oct.c | 189 if (!BN_usub(y, &group->field, y)) in ec_GFp_simple_set_compressed_coordinates()
|
| H A D | ecp_smpl.c | 987 return BN_usub(&point->Y, &group->field, &point->Y); in ec_GFp_simple_invert()
|
| /minix3/crypto/external/bsd/openssl/dist/util/ |
| H A D | libeay.num | 702 BN_usub 709 EXIST::FUNCTION:
|
| /minix3/crypto/external/bsd/openssl/dist/ |
| H A D | CHANGES | 5687 *) Fix BN_uadd and BN_usub: Always return non-negative results instead
|