Symbol: widelimb
crypto/openssl/crypto/ec/ecp_nistp224.c
416
static const widelimb two120 = ((widelimb)1) << 120;
crypto/openssl/crypto/ec/ecp_nistp224.c
417
static const widelimb two120m64 = (((widelimb)1) << 120) - (((widelimb)1) << 64);
crypto/openssl/crypto/ec/ecp_nistp224.c
418
static const widelimb two120m104m64 = (((widelimb)1) << 120) - (((widelimb)1) << 104) - (((widelimb)1) << 64);
crypto/openssl/crypto/ec/ecp_nistp224.c
442
static const widelimb two64p8 = (((widelimb)1) << 64) + (((widelimb)1) << 8);
crypto/openssl/crypto/ec/ecp_nistp224.c
443
static const widelimb two64m8 = (((widelimb)1) << 64) - (((widelimb)1) << 8);
crypto/openssl/crypto/ec/ecp_nistp224.c
444
static const widelimb two64m48m8 = (((widelimb)1) << 64) - (((widelimb)1) << 48) - (((widelimb)1) << 8);
crypto/openssl/crypto/ec/ecp_nistp224.c
474
static void widefelem_scalar(widefelem out, const widelimb scalar)
crypto/openssl/crypto/ec/ecp_nistp224.c
492
out[0] = ((widelimb)in[0]) * in[0];
crypto/openssl/crypto/ec/ecp_nistp224.c
493
out[1] = ((widelimb)in[0]) * tmp1;
crypto/openssl/crypto/ec/ecp_nistp224.c
494
out[2] = ((widelimb)in[0]) * tmp2 + ((widelimb)in[1]) * in[1];
crypto/openssl/crypto/ec/ecp_nistp224.c
495
out[3] = ((widelimb)in[3]) * tmp0 + ((widelimb)in[1]) * tmp2;
crypto/openssl/crypto/ec/ecp_nistp224.c
496
out[4] = ((widelimb)in[3]) * tmp1 + ((widelimb)in[2]) * in[2];
crypto/openssl/crypto/ec/ecp_nistp224.c
497
out[5] = ((widelimb)in[3]) * tmp2;
crypto/openssl/crypto/ec/ecp_nistp224.c
498
out[6] = ((widelimb)in[3]) * in[3];
crypto/openssl/crypto/ec/ecp_nistp224.c
504
out[0] = ((widelimb)in1[0]) * in2[0];
crypto/openssl/crypto/ec/ecp_nistp224.c
505
out[1] = ((widelimb)in1[0]) * in2[1] + ((widelimb)in1[1]) * in2[0];
crypto/openssl/crypto/ec/ecp_nistp224.c
506
out[2] = ((widelimb)in1[0]) * in2[2] + ((widelimb)in1[1]) * in2[1] + ((widelimb)in1[2]) * in2[0];
crypto/openssl/crypto/ec/ecp_nistp224.c
507
out[3] = ((widelimb)in1[0]) * in2[3] + ((widelimb)in1[1]) * in2[2] + ((widelimb)in1[2]) * in2[1] + ((widelimb)in1[3]) * in2[0];
crypto/openssl/crypto/ec/ecp_nistp224.c
508
out[4] = ((widelimb)in1[1]) * in2[3] + ((widelimb)in1[2]) * in2[2] + ((widelimb)in1[3]) * in2[1];
crypto/openssl/crypto/ec/ecp_nistp224.c
509
out[5] = ((widelimb)in1[2]) * in2[3] + ((widelimb)in1[3]) * in2[2];
crypto/openssl/crypto/ec/ecp_nistp224.c
510
out[6] = ((widelimb)in1[3]) * in2[3];
crypto/openssl/crypto/ec/ecp_nistp224.c
519
static const widelimb two127p15 = (((widelimb)1) << 127) + (((widelimb)1) << 15);
crypto/openssl/crypto/ec/ecp_nistp224.c
520
static const widelimb two127m71 = (((widelimb)1) << 127) - (((widelimb)1) << 71);
crypto/openssl/crypto/ec/ecp_nistp224.c
521
static const widelimb two127m71m55 = (((widelimb)1) << 127) - (((widelimb)1) << 71) - (((widelimb)1) << 55);
crypto/openssl/crypto/ec/ecp_nistp224.c
522
widelimb output[5];
crypto/openssl/crypto/ec/ecp_nistp224.c
80
typedef widelimb widefelem[7];
crypto/openssl/crypto/ec/ecp_nistp384.c
111
typedef widelimb widefelem[2 * NLIMBS - 1];
crypto/openssl/crypto/ec/ecp_nistp384.c
313
static const widelimb two64m56m8 = (((widelimb)1) << 64)
crypto/openssl/crypto/ec/ecp_nistp384.c
314
- (((widelimb)1) << 56)
crypto/openssl/crypto/ec/ecp_nistp384.c
315
- (((widelimb)1) << 8);
crypto/openssl/crypto/ec/ecp_nistp384.c
316
static const widelimb two64m32m8 = (((widelimb)1) << 64)
crypto/openssl/crypto/ec/ecp_nistp384.c
317
- (((widelimb)1) << 32)
crypto/openssl/crypto/ec/ecp_nistp384.c
318
- (((widelimb)1) << 8);
crypto/openssl/crypto/ec/ecp_nistp384.c
319
static const widelimb two64m8 = (((widelimb)1) << 64)
crypto/openssl/crypto/ec/ecp_nistp384.c
320
- (((widelimb)1) << 8);
crypto/openssl/crypto/ec/ecp_nistp384.c
321
static const widelimb two64p48m16 = (((widelimb)1) << 64)
crypto/openssl/crypto/ec/ecp_nistp384.c
322
+ (((widelimb)1) << 48)
crypto/openssl/crypto/ec/ecp_nistp384.c
323
- (((widelimb)1) << 16);
crypto/openssl/crypto/ec/ecp_nistp384.c
350
static const widelimb two127 = ((widelimb)1) << 127;
crypto/openssl/crypto/ec/ecp_nistp384.c
351
static const widelimb two127m71 = (((widelimb)1) << 127)
crypto/openssl/crypto/ec/ecp_nistp384.c
352
- (((widelimb)1) << 71);
crypto/openssl/crypto/ec/ecp_nistp384.c
353
static const widelimb two127p111m79m71 = (((widelimb)1) << 127)
crypto/openssl/crypto/ec/ecp_nistp384.c
354
+ (((widelimb)1) << 111)
crypto/openssl/crypto/ec/ecp_nistp384.c
355
- (((widelimb)1) << 79)
crypto/openssl/crypto/ec/ecp_nistp384.c
356
- (((widelimb)1) << 71);
crypto/openssl/crypto/ec/ecp_nistp384.c
357
static const widelimb two127m119m71 = (((widelimb)1) << 127)
crypto/openssl/crypto/ec/ecp_nistp384.c
358
- (((widelimb)1) << 119)
crypto/openssl/crypto/ec/ecp_nistp384.c
359
- (((widelimb)1) << 71);
crypto/openssl/crypto/ec/ecp_nistp384.c
360
static const widelimb two127m95m71 = (((widelimb)1) << 127)
crypto/openssl/crypto/ec/ecp_nistp384.c
361
- (((widelimb)1) << 95)
crypto/openssl/crypto/ec/ecp_nistp384.c
362
- (((widelimb)1) << 71);
crypto/openssl/crypto/ec/ecp_nistp384.c
524
static const widelimb two124m68 = (((widelimb)1) << 124)
crypto/openssl/crypto/ec/ecp_nistp384.c
525
- (((widelimb)1) << 68);
crypto/openssl/crypto/ec/ecp_nistp384.c
526
static const widelimb two124m116m68 = (((widelimb)1) << 124)
crypto/openssl/crypto/ec/ecp_nistp384.c
527
- (((widelimb)1) << 116)
crypto/openssl/crypto/ec/ecp_nistp384.c
528
- (((widelimb)1) << 68);
crypto/openssl/crypto/ec/ecp_nistp384.c
529
static const widelimb two124p108m76 = (((widelimb)1) << 124)
crypto/openssl/crypto/ec/ecp_nistp384.c
530
+ (((widelimb)1) << 108)
crypto/openssl/crypto/ec/ecp_nistp384.c
531
- (((widelimb)1) << 76);
crypto/openssl/crypto/ec/ecp_nistp384.c
532
static const widelimb two124m92m68 = (((widelimb)1) << 124)
crypto/openssl/crypto/ec/ecp_nistp384.c
533
- (((widelimb)1) << 92)
crypto/openssl/crypto/ec/ecp_nistp384.c
534
- (((widelimb)1) << 68);
crypto/openssl/crypto/ec/ecp_nistp384.c
535
widelimb temp, acc[9];
crypto/openssl/crypto/ec/ecp_nistp384.c
538
memcpy(acc, in, sizeof(widelimb) * 9);