Symbol: NLIMBS
crypto/openssl/crypto/ec/curve448/arch_32/f_impl.h
31
for (i = 0; i < NLIMBS; i++)
crypto/openssl/crypto/ec/curve448/arch_32/f_impl.h
39
for (i = 0; i < NLIMBS; i++)
crypto/openssl/crypto/ec/curve448/arch_32/f_impl.h
48
for (i = 0; i < NLIMBS; i++)
crypto/openssl/crypto/ec/curve448/arch_32/f_impl.h
49
a->limb[i] += (i == NLIMBS / 2) ? co2 : co1;
crypto/openssl/crypto/ec/curve448/arch_32/f_impl.h
55
uint32_t tmp = a->limb[NLIMBS - 1] >> 28;
crypto/openssl/crypto/ec/curve448/arch_32/f_impl.h
58
a->limb[NLIMBS / 2] += tmp;
crypto/openssl/crypto/ec/curve448/arch_32/f_impl.h
59
for (i = NLIMBS - 1; i > 0; i--)
crypto/openssl/crypto/ec/curve448/arch_64/f_impl.h
30
for (i = 0; i < NLIMBS; i++)
crypto/openssl/crypto/ec/curve448/arch_64/f_impl.h
41
for (i = 0; i < NLIMBS; i++)
crypto/openssl/crypto/ec/curve448/arch_64/f_impl.h
42
out->limb[i] = a->limb[i] - b->limb[i] + ((i == NLIMBS / 2) ? co2 : co1);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl.h
54
uint64_t tmp = a->limb[NLIMBS - 1] >> 56;
crypto/openssl/crypto/ec/curve448/arch_64/f_impl.h
57
a->limb[NLIMBS / 2] += tmp;
crypto/openssl/crypto/ec/curve448/arch_64/f_impl.h
58
for (i = NLIMBS - 1; i > 0; i--)
crypto/openssl/crypto/ec/curve448/f_generic.c
111
for (i = 0; i < NLIMBS; i++) {
crypto/openssl/crypto/ec/curve448/f_generic.c
127
for (i = 0; i < NLIMBS; i++) {
crypto/openssl/crypto/ec/curve448/f_generic.c
161
for (i = 0; i < NLIMBS; i++)
crypto/openssl/crypto/ec/curve448/f_generic.c
34
if (fill < 8 && j < NLIMBS) {
crypto/openssl/crypto/ec/curve448/f_generic.c
76
for (i = 0; i < NLIMBS; i++) {
crypto/openssl/crypto/ec/curve448/f_generic.c
87
x->limb[LIMBPERM(i)] = (word_t)((i < NLIMBS - 1) ? buffer & LIMB_MASK(LIMBPERM(i)) : buffer);
crypto/openssl/crypto/ec/curve448/field.h
136
for (i = 0; i < NLIMBS; i++) {
crypto/openssl/crypto/ec/curve448/field.h
162
for (i = 0; i < NLIMBS; i++) {
crypto/openssl/crypto/ec/curve448/field.h
36
word_t limb[NLIMBS];
crypto/openssl/crypto/ec/ecp_nistp256.c
1202
for (i = 0; i < NLIMBS; ++i) {
crypto/openssl/crypto/ec/ecp_nistp256.c
1213
for (i = 0; i < NLIMBS; ++i) {
crypto/openssl/crypto/ec/ecp_nistp256.c
1647
for (j = 0; j < NLIMBS * 3; j++)
crypto/openssl/crypto/ec/ecp_nistp384.c
1088
for (i = 0; i < NLIMBS; i++)
crypto/openssl/crypto/ec/ecp_nistp384.c
1385
for (j = 0; j < NLIMBS * 3; j++)
crypto/openssl/crypto/ec/ecp_nistp384.c
176
memset(&out[1], 0, sizeof(limb) * (NLIMBS - 1));
crypto/openssl/crypto/ec/ecp_nistp384.c
189
for (i = 0; i < NLIMBS; i++)
crypto/openssl/crypto/ec/ecp_nistp384.c
198
for (i = 0; i < NLIMBS; i++)
crypto/openssl/crypto/ec/ecp_nistp384.c
207
for (i = 0; i < NLIMBS; i++)
crypto/openssl/crypto/ec/ecp_nistp384.c
216
for (i = 0; i < 2 * NLIMBS - 1; i++)
crypto/openssl/crypto/ec/ecp_nistp384.c
334
for (i = 0; i < NLIMBS; i++)
crypto/openssl/crypto/ec/ecp_nistp384.c
379
for (i = 0; i < 2 * NLIMBS - 1; i++)
crypto/openssl/crypto/ec/ecp_nistp384.c
683
for (i = 0; i < NLIMBS; i++)
crypto/openssl/crypto/ec/ecp_nistp384.c
896
int64_t tmp[NLIMBS], cond[5], a;
crypto/openssl/crypto/ec/ecp_nistp521.c
1105
for (i = 0; i < NLIMBS; ++i) {
crypto/openssl/crypto/ec/ecp_nistp521.c
1478
for (j = 0; j < NLIMBS * 3; j++)