Symbol: bn_wexpand
crypto/libressl/crypto/bn/bn_add.c
118
if (bn_wexpand(r, max + 1) == NULL)
crypto/libressl/crypto/bn/bn_add.c
165
if (bn_wexpand(r, max) == NULL)
crypto/libressl/crypto/bn/bn_div.c
190
if (bn_wexpand(snum, sdiv->top + 2) == NULL)
crypto/libressl/crypto/bn/bn_div.c
196
if (bn_wexpand(snum, snum->top + 1) == NULL)
crypto/libressl/crypto/bn/bn_div.c
226
if (!bn_wexpand(res, (loop + 1)))
crypto/libressl/crypto/bn/bn_div.c
232
if (!bn_wexpand(tmp, (div_n + 1)))
crypto/libressl/crypto/bn/bn_exp.c
593
if (bn_wexpand(b, top) == NULL)
crypto/libressl/crypto/bn/bn_gf2m.c
339
if (bn_wexpand(r, at->top) == NULL)
crypto/libressl/crypto/bn/bn_gf2m.c
383
if (!bn_wexpand(r, a->top))
crypto/libressl/crypto/bn/bn_gf2m.c
505
if (!bn_wexpand(s, zlen))
crypto/libressl/crypto/bn/bn_gf2m.c
579
if (!bn_wexpand(s, 2 * a->top))
crypto/libressl/crypto/bn/bn_gf2m.c
704
if (!bn_wexpand(u, top))
crypto/libressl/crypto/bn/bn_gf2m.c
710
if (!bn_wexpand(b, top))
crypto/libressl/crypto/bn/bn_gf2m.c
717
if (!bn_wexpand(c, top))
crypto/libressl/crypto/bn/bn_lib.c
1029
if (bn_wexpand(a, words) == NULL || bn_wexpand(b, words) == NULL)
crypto/libressl/crypto/bn/bn_lib.c
460
if (bn_wexpand(a, b->top) == NULL)
crypto/libressl/crypto/bn/bn_lib.c
590
if (bn_wexpand(ret, (int)i) == NULL) {
crypto/libressl/crypto/bn/bn_lib.c
713
if (bn_wexpand(ret, (int)i) == NULL) {
crypto/libressl/crypto/bn/bn_lib.c
831
if (bn_wexpand(a, i + 1) == NULL)
crypto/libressl/crypto/bn/bn_mont.c
140
if (bn_wexpand(r, num) == NULL)
crypto/libressl/crypto/bn/bn_mont.c
200
if (bn_wexpand(r, max) == NULL)
crypto/libressl/crypto/bn/bn_mont.c
229
if (bn_wexpand(ret, nl) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
1018
if (bn_wexpand(t, k * 4) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
1020
if (bn_wexpand(rr, k * 4) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
1027
if (bn_wexpand(t, k * 2) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
1029
if (bn_wexpand(rr, k * 2) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
1040
if (bn_wexpand(tmp_bn, al) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
1047
if (bn_wexpand(tmp_bn, bl) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
1063
if (bn_wexpand(t, k * 2) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
1065
if (bn_wexpand(rr, k * 2) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
1069
if (bn_wexpand(t, k * 4) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
1071
if (bn_wexpand(rr, k * 4) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
1082
if (bn_wexpand(rr, top) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
985
if (bn_wexpand(rr, 8) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
993
if (bn_wexpand(rr, 16) == NULL)
crypto/libressl/crypto/bn/bn_nist.c
1053
if (!bn_wexpand(r, BN_NIST_384_TOP))
crypto/libressl/crypto/bn/bn_nist.c
1305
if (!bn_wexpand(r, BN_NIST_521_TOP))
crypto/libressl/crypto/bn/bn_nist.c
488
if (!bn_wexpand(r, BN_NIST_192_TOP))
crypto/libressl/crypto/bn/bn_nist.c
637
if (!bn_wexpand(r, BN_NIST_224_TOP))
crypto/libressl/crypto/bn/bn_nist.c
821
if (!bn_wexpand(r, BN_NIST_256_TOP))
crypto/libressl/crypto/bn/bn_shift.c
117
if (bn_wexpand(r, j) == NULL)
crypto/libressl/crypto/bn/bn_shift.c
153
if (bn_wexpand(r, a->top + nw + 1) == NULL)
crypto/libressl/crypto/bn/bn_shift.c
203
if (bn_wexpand(r, i) == NULL)
crypto/libressl/crypto/bn/bn_shift.c
77
if (bn_wexpand(r, a->top + 1) == NULL)
crypto/libressl/crypto/bn/bn_shift.c
81
if (bn_wexpand(r, a->top + 1) == NULL)
crypto/libressl/crypto/bn/bn_sqr.c
121
if (bn_wexpand(tmp, k * 2) == NULL)
crypto/libressl/crypto/bn/bn_sqr.c
125
if (bn_wexpand(tmp, max) == NULL)
crypto/libressl/crypto/bn/bn_sqr.c
131
if (bn_wexpand(tmp, max) == NULL)
crypto/libressl/crypto/bn/bn_sqr.c
92
if (bn_wexpand(rr, max) == NULL)
crypto/libressl/crypto/bn/bn_word.c
169
if (bn_wexpand(a, a->top + 1) == NULL)
crypto/libressl/crypto/bn/bn_word.c
239
if (bn_wexpand(a, a->top + 1) == NULL)
crypto/libressl/crypto/ec/ec2_mult.c
293
if (!bn_wexpand(x1, group->field.top))
crypto/libressl/crypto/ec/ec2_mult.c
295
if (!bn_wexpand(z1, group->field.top))
crypto/libressl/crypto/ec/ec2_mult.c
297
if (!bn_wexpand(x2, group->field.top))
crypto/libressl/crypto/ec/ec2_mult.c
299
if (!bn_wexpand(z2, group->field.top))
crypto/libressl/crypto/ec/ec2_smpl.c
189
if (bn_wexpand(&dest->a, (int) (dest->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL)
crypto/libressl/crypto/ec/ec2_smpl.c
191
if (bn_wexpand(&dest->b, (int) (dest->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL)
crypto/libressl/crypto/ec/ec2_smpl.c
219
if (bn_wexpand(&group->a, (int) (group->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL)
crypto/libressl/crypto/ec/ec2_smpl.c
227
if (bn_wexpand(&group->b, (int) (group->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL)
crypto/libressl/crypto/ec/ecp_smpl.c
1559
if ((bn_wexpand(k, group_top + 2) == NULL) ||
crypto/libressl/crypto/ec/ecp_smpl.c
1560
(bn_wexpand(lambda, group_top + 2) == NULL))
crypto/libressl/crypto/ec/ecp_smpl.c
1591
if ((bn_wexpand(&s->X, group_top) == NULL) ||
crypto/libressl/crypto/ec/ecp_smpl.c
1592
(bn_wexpand(&s->Y, group_top) == NULL) ||
crypto/libressl/crypto/ec/ecp_smpl.c
1593
(bn_wexpand(&s->Z, group_top) == NULL) ||
crypto/libressl/crypto/ec/ecp_smpl.c
1594
(bn_wexpand(&r->X, group_top) == NULL) ||
crypto/libressl/crypto/ec/ecp_smpl.c
1595
(bn_wexpand(&r->Y, group_top) == NULL) ||
crypto/libressl/crypto/ec/ecp_smpl.c
1596
(bn_wexpand(&r->Z, group_top) == NULL))