Symbol: widefelem
crypto/openssl/crypto/ec/ecp_nistp224.c
1323
widefelem tmp;
crypto/openssl/crypto/ec/ecp_nistp224.c
414
static void widefelem_diff(widefelem out, const widefelem in)
crypto/openssl/crypto/ec/ecp_nistp224.c
440
static void felem_diff_128_64(widefelem out, const felem in)
crypto/openssl/crypto/ec/ecp_nistp224.c
474
static void widefelem_scalar(widefelem out, const widelimb scalar)
crypto/openssl/crypto/ec/ecp_nistp224.c
486
static void felem_square(widefelem out, const felem in)
crypto/openssl/crypto/ec/ecp_nistp224.c
502
static void felem_mul(widefelem out, const felem in1, const felem in2)
crypto/openssl/crypto/ec/ecp_nistp224.c
517
static void felem_reduce(felem out, const widefelem in)
crypto/openssl/crypto/ec/ecp_nistp224.c
580
widefelem tmp;
crypto/openssl/crypto/ec/ecp_nistp224.c
587
widefelem tmp;
crypto/openssl/crypto/ec/ecp_nistp224.c
654
widefelem tmp;
crypto/openssl/crypto/ec/ecp_nistp224.c
691
widefelem tmp;
crypto/openssl/crypto/ec/ecp_nistp224.c
808
widefelem tmp, tmp2;
crypto/openssl/crypto/ec/ecp_nistp224.c
899
widefelem tmp, tmp2;
crypto/openssl/crypto/ec/ecp_nistp384.c
1037
widefelem tmp, tmp2;
crypto/openssl/crypto/ec/ecp_nistp384.c
1109
widefelem tmp, tmp2;
crypto/openssl/crypto/ec/ecp_nistp384.c
111
typedef widelimb widefelem[2 * NLIMBS - 1];
crypto/openssl/crypto/ec/ecp_nistp384.c
1666
widefelem tmp;
crypto/openssl/crypto/ec/ecp_nistp384.c
212
static void felem_scalar128(widefelem out, limb scalar)
crypto/openssl/crypto/ec/ecp_nistp384.c
257
void p384_felem_diff128(widefelem out, const widefelem in);
crypto/openssl/crypto/ec/ecp_nistp384.c
258
void p384_felem_diff_128_64(widefelem out, const felem in);
crypto/openssl/crypto/ec/ecp_nistp384.c
305
static void felem_diff_128_64(widefelem out, const felem in)
crypto/openssl/crypto/ec/ecp_nistp384.c
342
static void felem_diff128(widefelem out, const widefelem in)
crypto/openssl/crypto/ec/ecp_nistp384.c
384
static void felem_square_ref(widefelem out, const felem in)
crypto/openssl/crypto/ec/ecp_nistp384.c
431
static void felem_mul_ref(widefelem out, const felem in1, const felem in2)
crypto/openssl/crypto/ec/ecp_nistp384.c
517
static void felem_reduce_ref(felem out, const widefelem in)
crypto/openssl/crypto/ec/ecp_nistp384.c
689
widefelem tmp;
crypto/openssl/crypto/ec/ecp_nistp384.c
697
widefelem tmp;
crypto/openssl/crypto/ec/ecp_nistp384.c
704
static void felem_square_wrapper(widefelem out, const felem in);
crypto/openssl/crypto/ec/ecp_nistp384.c
705
static void felem_mul_wrapper(widefelem out, const felem in1, const felem in2);
crypto/openssl/crypto/ec/ecp_nistp384.c
707
static void (*felem_square_p)(widefelem out, const felem in) = felem_square_wrapper;
crypto/openssl/crypto/ec/ecp_nistp384.c
708
static void (*felem_mul_p)(widefelem out, const felem in1, const felem in2) = felem_mul_wrapper;
crypto/openssl/crypto/ec/ecp_nistp384.c
710
static void (*felem_reduce_p)(felem out, const widefelem in) = felem_reduce_ref;
crypto/openssl/crypto/ec/ecp_nistp384.c
715
void p384_felem_square(widefelem out, const felem in);
crypto/openssl/crypto/ec/ecp_nistp384.c
716
void p384_felem_mul(widefelem out, const felem in1, const felem in2);
crypto/openssl/crypto/ec/ecp_nistp384.c
717
void p384_felem_reduce(felem out, const widefelem in);
crypto/openssl/crypto/ec/ecp_nistp384.c
748
static void felem_square_wrapper(widefelem out, const felem in)
crypto/openssl/crypto/ec/ecp_nistp384.c
754
static void felem_mul_wrapper(widefelem out, const felem in1, const felem in2)