Searched refs:BN_usub (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_add.c87 if (!BN_usub(r,b,a)) return(0);
92 if (!BN_usub(r,a,b)) return(0);
166 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) function
302 if (!BN_usub(r,b,a)) return(0);
307 if (!BN_usub(r,a,b)) return(0);
H A Dbn_recp.c185 if (!BN_usub(r,m,b)) goto err;
197 if (!BN_usub(r,r,&(recp->N))) goto err;
H A Dbn_mod.c154 return BN_usub(r, r, m);
H A Dbn_gcd.c330 if (!BN_usub(B, B, A)) goto err;
337 if (!BN_usub(A, A, B)) goto err;
H A Dbn_div.c115 if (!BN_usub(rem,rem,D)) goto end;
H A Dbn_mont.c523 if (!BN_usub(ret,ret,&(mont->N))) goto err;
H A Dbn.h425 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_add.c104 if (!BN_usub(r,b,a)) return(0);
109 if (!BN_usub(r,a,b)) return(0);
185 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) function
315 if (!BN_usub(r,b,a)) return(0);
320 if (!BN_usub(r,a,b)) return(0);
H A Dbn_recp.c193 if (!BN_usub(r,m,b)) goto err;
205 if (!BN_usub(r,r,&(recp->N))) goto err;
H A Dbn_div.c132 if (!BN_usub(rem,rem,D)) goto end;
247 if (!BN_usub(&wnum,&wnum,sdiv)) goto err;
H A Dbn_mont.c243 BN_usub(ret,ret,&(mont->N));
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-bn.h139 #define BN_usub ossl_BN_usub macro
333 int BN_usub(BIGNUM *, const BIGNUM *, const BIGNUM *);
H A Dossl-bn.c2387 if (!BN_usub(r, b, a)) {
2392 if (!BN_usub(r, a, b)) {
2588 BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) function
2729 if (!BN_usub(r, b, a)) {
2734 if (!BN_usub(r, a, b)) {
2814 if (!BN_usub(rem, rem, D)) {
6689 if (!BN_usub(B, B, A)) {
6698 if (!BN_usub(A, A, B)) {
7521 if (!BN_usub(ret, ret, &(mont->N))) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dbn.h369 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
/macosx-10.10/OpenSSL098-52/src/crypto/ec/
H A Decp_smpl.c746 if (!BN_usub(y, &group->field, y)) goto err;
1289 return BN_usub(&point->Y, &group->field, &point->Y);
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dbn.h425 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);

Completed in 237 milliseconds