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

/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_mult.c149 int i, cardinality_bits, group_top, kbit, pbit, Z_is_one; local
214 group_top = bn_get_top(cardinality);
215 if ((bn_wexpand(k, group_top + 2) == NULL)
216 || (bn_wexpand(lambda, group_top + 2) == NULL)) {
253 BN_consttime_swap(kbit, k, lambda, group_top + 2);
255 group_top = bn_get_top(group->field);
256 if ((bn_wexpand(s->X, group_top) == NULL)
257 || (bn_wexpand(s->Y, group_top) == NULL)
258 || (bn_wexpand(s->Z, group_top) == NULL)
259 || (bn_wexpand(r->X, group_top)
[all...]

Completed in 105 milliseconds