Searched refs:bn_check_top (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_shift.c68 bn_check_top(r);
69 bn_check_top(a);
95 bn_check_top(r);
104 bn_check_top(r);
105 bn_check_top(a);
131 bn_check_top(r);
141 bn_check_top(r);
142 bn_check_top(a);
167 bn_check_top(r);
177 bn_check_top(
[all...]
H A Dbn_word.c75 bn_check_top(a);
95 bn_check_top(a);
122 bn_check_top(a);
131 bn_check_top(a);
158 bn_check_top(a);
166 bn_check_top(a);
211 bn_check_top(a);
219 bn_check_top(a);
235 bn_check_top(a);
H A Dbn_mod.c184 bn_check_top(a);
185 bn_check_top(b);
186 bn_check_top(m);
195 bn_check_top(r);
214 bn_check_top(r);
224 bn_check_top(r);
246 bn_check_top(r);
298 bn_check_top(r);
H A Dbn_lib.c232 bn_check_top(a);
243 bn_check_top(a);
259 bn_check_top(a);
276 bn_check_top(a);
293 bn_check_top(ret);
305 bn_check_top(b);
388 bn_check_top(b);
424 bn_check_top(r);
437 bn_check_top(b);
465 bn_check_top(
[all...]
H A Dbn_add.c69 bn_check_top(a);
70 bn_check_top(b);
100 bn_check_top(r);
111 bn_check_top(a);
112 bn_check_top(b);
161 bn_check_top(r);
175 bn_check_top(a);
176 bn_check_top(b);
269 bn_check_top(a);
270 bn_check_top(
[all...]
H A Dbn_gf2m.c234 bn_check_top(a);
235 bn_check_top(b);
273 bn_check_top(a);
369 bn_check_top(a);
370 bn_check_top(p);
378 bn_check_top(r);
392 bn_check_top(a);
393 bn_check_top(b);
425 bn_check_top(r);
444 bn_check_top(
[all...]
H A Dbn_gcd.c122 bn_check_top(in_a);
123 bn_check_top(in_b);
143 bn_check_top(r);
152 bn_check_top(a);
153 bn_check_top(b);
198 bn_check_top(a);
221 bn_check_top(a);
222 bn_check_top(n);
499 bn_check_top(ret);
516 bn_check_top(
[all...]
H A Dbn_recp.c126 bn_check_top(r);
207 bn_check_top(dv);
208 bn_check_top(rem);
231 bn_check_top(r);
H A Dbn_div.c74 bn_check_top(m);
75 bn_check_top(d);
192 * in the case of 'num', so don't just rely on bn_check_top() for this one
193 * (bn_check_top() works only for BN_DEBUG builds) */
200 bn_check_top(num);
207 bn_check_top(dv);
208 bn_check_top(rm);
209 /* bn_check_top(num); */ /* 'num' has been checked already */
210 bn_check_top(divisor);
438 bn_check_top(r
[all...]
H A Dbn_kron.c77 bn_check_top(a);
78 bn_check_top(b);
H A Dbn_exp2.c130 bn_check_top(a1);
131 bn_check_top(p1);
132 bn_check_top(a2);
133 bn_check_top(p2);
134 bn_check_top(m);
310 bn_check_top(rr);
H A Dbn_rand.c207 bn_check_top(rnd);
292 bn_check_top(r);
H A Dbn_exp.c175 bn_check_top(r);
185 bn_check_top(a);
186 bn_check_top(p);
187 bn_check_top(m);
250 bn_check_top(r);
383 bn_check_top(r);
404 bn_check_top(a);
405 bn_check_top(p);
406 bn_check_top(m);
531 bn_check_top(r
[all...]
H A Dbn_blind.c141 bn_check_top(mod);
228 bn_check_top(n);
261 bn_check_top(n);
275 bn_check_top(n);
H A Dbn_mpi.c127 bn_check_top(a);
H A Dbn_prime.c234 bn_check_top(ret);
373 bn_check_top(w);
402 bn_check_top(rnd);
440 bn_check_top(rnd);
492 bn_check_top(p);
H A Dbn_sqr.c74 bn_check_top(a);
152 bn_check_top(rr);
153 bn_check_top(tmp);
H A Dbn_sqrt.c90 bn_check_top(ret);
110 bn_check_top(ret);
391 bn_check_top(ret);
H A Dbn_mont.c154 bn_check_top(tmp);
169 bn_check_top(r);
274 bn_check_top(ret);
316 bn_check_top(ret);
H A Dbn_print.c232 bn_check_top(ret);
290 bn_check_top(ret);
H A Dbn_mul.c960 bn_check_top(a);
961 bn_check_top(b);
962 bn_check_top(r);
1099 bn_check_top(r);
H A Dbn_ctx.c444 bn_check_top(p->current->vals + offset);
H A Dbn.h710 * "internal" macro, bn_check_top(), for verifying that there are no leading
717 * bn_check_top() is as before.
719 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
721 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
726 * was not appropriate, we convert it permanently to bn_check_top() and track
767 #define bn_check_top(a) \ macro
777 #define bn_fix_top(a) bn_check_top(a)
789 #define bn_check_top(a) macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/
H A De_gmp.c263 bn_check_top(bn);

Completed in 192 milliseconds