Home
last modified time | relevance | path

Searched refs:dmax (Results 1 – 10 of 10) sorted by relevance

/openssl-master/crypto/bn/
A Dbn_lib.c160 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) { in bn_num_bits_consttime()
207 OPENSSL_clear_free(a->d, a->dmax * sizeof(a->d[0])); in bn_free_d()
304 if (words > b->dmax) { in bn_expand2()
311 b->dmax = words; in bn_expand2()
379 tmp_dmax = a->dmax; in BN_swap()
384 a->dmax = b->dmax; in BN_swap()
389 b->dmax = tmp_dmax; in BN_swap()
404 OPENSSL_cleanse(a->d, sizeof(*a->d) * a->dmax); in BN_clear()
506 atop = a->dmax * BN_BYTES; in bn2binpad()
957 dest->dmax = b->dmax; in BN_with_flags()
[all …]
A Dbn_intern.c148 return a->dmax; in bn_get_dmax()
155 for (i = a->top; i < a->dmax; i++) in bn_set_all_zero()
182 a->dmax = a->top = size; in bn_set_static_words()
A Dbn_mod.c80 ai += (i - a->dmax) >> (8 * sizeof(i) - 1); in bn_mod_add_fixed_top()
81 bi += (i - b->dmax) >> (8 * sizeof(i) - 1); in bn_mod_add_fixed_top()
157 ai += (i - a->dmax) >> (8 * sizeof(i) - 1); in bn_mod_sub_fixed_top()
158 bi += (i - b->dmax) >> (8 * sizeof(i) - 1); in bn_mod_sub_fixed_top()
A Dbn_local.h165 if (_bnum1->top < _bnum1->dmax) { \
174 sizeof(*_not_const) * (_bnum1->dmax - _bnum1->top)); \
198 assert((words) <= (_bnum2)->dmax && \
230 int dmax; /* Size of the d array. */ member
462 int ind = (a)->dmax - (a)->top; \
669 if (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) in bn_expand()
A Dbn_ctx.c92 item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax); in ctxdbg()
170 BIO_printf(trc_out, "%02x ", pool->vals[loop++].dmax); in BN_CTX_free()
A Dbn_gcd.c581 for (i = 0; i < r->dmax && i < g->dmax; i++) { in BN_gcd()
A DREADME.pod80 int dmax; /* Size of the d array. */
91 B<dmax> is the size of the B<d> array that has been allocated. B<top>
216 E<lt>= (a)-E<gt>dmax)>. A violation will cause the program to abort.
221 bn_set_max() makes B<a> a static number with a B<dmax> of its current size.
A Dbn_blind.c181 if (n->dmax >= r->top) { in BN_BLINDING_invert_ex()
A Dbn_mont.c288 tmod.dmax = 2; in BN_MONT_CTX_set()
A Dbn_exp.c736 tmp.dmax = am.dmax = top; in BN_mod_exp_mont_consttime()

Completed in 29 milliseconds