Searched refs:BN_rshift (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_kron.c116 err = !BN_rshift(B, B, i);
158 err = !BN_rshift(A, A, i);
H A Dbn_recp.c179 if (!BN_rshift(a,m,recp->num_bits)) goto err;
181 if (!BN_rshift(d,b,i-recp->num_bits)) goto err;
H A Dbn_sqrt.c145 if (!BN_rshift(q, p, 2)) goto end;
185 if (!BN_rshift(q, p, 3)) goto end;
254 if (!BN_rshift(q, q, e)) goto end;
H A Dbn_shift.c168 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n) function
H A Dbn_gcd.c290 if (!BN_rshift(B, B, shift)) goto err;
309 if (!BN_rshift(A, A, shift)) goto err;
H A Dbn_div.c406 * BN_rshift() will overwrite it.
409 BN_rshift(rm,snum,norm_shift);
633 * BN_rshift() will overwrite it.
636 BN_rshift(rm,snum,norm_shift);
H A Dbn_prime.c310 if (!BN_rshift(A1_odd, A1, k))
H A Dbn_mont.c265 * is kind of BN_rshift(ret,r,mont->ri) equivalent */
418 * is kind of BN_rshift(ret,r,mont->ri) equivalent */
517 if (!BN_rshift(ret,t2,mont->ri)) goto err;
H A Dbn.h496 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n);
H A Dbntest.c210 message(out,"BN_rshift");
1935 BN_rshift(b,a,i+1);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_recp.c188 if (!BN_rshift(a,m,j)) goto err;
190 if (!BN_rshift(d,b,i-j)) goto err;
H A Dbn_shift.c174 int BN_rshift(BIGNUM *r, BIGNUM *a, int n) function
H A Dbn_mont.c194 BN_rshift(ret,r,mont->ri);
238 BN_rshift(ret,t2,mont->ri);
H A Dbn_div.c351 BN_rshift(rm,snum,norm_shift);
H A Dbn_prime.c298 if (!BN_rshift(A1_odd, A1, k))
H A Dbntest.c209 message(out,"BN_rshift");
1020 BN_rshift(b,a,i+1);
/macosx-10.10.1/OpenSSL098-52/src/crypto/ecdsa/
H A Decs_ossl.c274 if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7)))
420 if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7)))
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-bn.h129 #define BN_rshift ossl_BN_rshift macro
322 int BN_rshift(BIGNUM *, const BIGNUM *, int);
H A Dossl-bn.c1411 BN_rshift(BIGNUM *r, const BIGNUM *a, int n) function
6163 if (!BN_rshift(A1_odd, A1, k)) {
6641 if (!BN_rshift(B, B, shift)) {
6664 if (!BN_rshift(A, A, shift)) {
7217 * is kind of BN_rshift(ret,r,mont->ri) equivalent */
7396 * is kind of BN_rshift(ret,r,mont->ri) equivalent */
7514 if (!BN_rshift(ret, t2, mont->ri)) {
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmoduli.c611 if (BN_rshift(q, p, 1) == 0)
612 fatal("BN_rshift failed");
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dbn.h411 int BN_rshift(BIGNUM *r, BIGNUM *a, int n);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dbn.h496 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n);
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dbntest.c210 message(out,"BN_rshift");
1935 BN_rshift(b,a,i+1);

Completed in 356 milliseconds