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

/barrelfish-master/lib/openssl-1.0.0d/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.c245 * is kind of BN_rshift(ret,r,mont->ri) equivalent */
365 if (!BN_rshift(ret,t2,mont->ri)) goto err;
H A Dbn.h504 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n);
H A Dbntest.c210 message(out,"BN_rshift");
1937 BN_rshift(b,a,i+1);
/barrelfish-master/lib/openssl-1.0.0d/crypto/ecdsa/
H A Decs_ossl.c266 if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7)))
412 if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7)))
/barrelfish-master/include/openssl/
H A Dbn.h504 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n);
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dbntest.c210 message(out,"BN_rshift");
1937 BN_rshift(b,a,i+1);

Completed in 99 milliseconds