Symbol: felem_bytearray
crypto/openssl/crypto/ec/ecp_nistp224.c
1111
static char get_bit(const felem_bytearray in, unsigned i)
crypto/openssl/crypto/ec/ecp_nistp224.c
1126
const felem_bytearray scalars[],
crypto/openssl/crypto/ec/ecp_nistp224.c
1296
BN_bin2bn(nistp224_curve_params[0], sizeof(felem_bytearray), curve_p);
crypto/openssl/crypto/ec/ecp_nistp224.c
1297
BN_bin2bn(nistp224_curve_params[1], sizeof(felem_bytearray), curve_a);
crypto/openssl/crypto/ec/ecp_nistp224.c
1298
BN_bin2bn(nistp224_curve_params[2], sizeof(felem_bytearray), curve_b);
crypto/openssl/crypto/ec/ecp_nistp224.c
1400
felem_bytearray g_secret;
crypto/openssl/crypto/ec/ecp_nistp224.c
1401
felem_bytearray *secrets = NULL;
crypto/openssl/crypto/ec/ecp_nistp224.c
1551
(const felem_bytearray(*))secrets, num_points,
crypto/openssl/crypto/ec/ecp_nistp224.c
1557
(const felem_bytearray(*))secrets, num_points,
crypto/openssl/crypto/ec/ecp_nistp224.c
1613
BN_bin2bn(nistp224_curve_params[3], sizeof(felem_bytearray), x);
crypto/openssl/crypto/ec/ecp_nistp224.c
1614
BN_bin2bn(nistp224_curve_params[4], sizeof(felem_bytearray), y);
crypto/openssl/crypto/ec/ecp_nistp224.c
332
felem_bytearray b_out;
crypto/openssl/crypto/ec/ecp_nistp224.c
351
felem_bytearray b_out;
crypto/openssl/crypto/ec/ecp_nistp224.c
89
static const felem_bytearray nistp224_curve_params[5] = {
crypto/openssl/crypto/ec/ecp_nistp256.c
153
felem_bytearray b_out;
crypto/openssl/crypto/ec/ecp_nistp256.c
1653
static char get_bit(const felem_bytearray in, int i)
crypto/openssl/crypto/ec/ecp_nistp256.c
1668
const felem_bytearray scalars[],
crypto/openssl/crypto/ec/ecp_nistp256.c
172
felem_bytearray b_out;
crypto/openssl/crypto/ec/ecp_nistp256.c
1915
BN_bin2bn(nistp256_curve_params[0], sizeof(felem_bytearray), curve_p);
crypto/openssl/crypto/ec/ecp_nistp256.c
1916
BN_bin2bn(nistp256_curve_params[1], sizeof(felem_bytearray), curve_a);
crypto/openssl/crypto/ec/ecp_nistp256.c
1917
BN_bin2bn(nistp256_curve_params[2], sizeof(felem_bytearray), curve_b);
crypto/openssl/crypto/ec/ecp_nistp256.c
2018
felem_bytearray g_secret;
crypto/openssl/crypto/ec/ecp_nistp256.c
2019
felem_bytearray *secrets = NULL;
crypto/openssl/crypto/ec/ecp_nistp256.c
2177
(const felem_bytearray(*))secrets, num_points,
crypto/openssl/crypto/ec/ecp_nistp256.c
2183
(const felem_bytearray(*))secrets, num_points,
crypto/openssl/crypto/ec/ecp_nistp256.c
2240
BN_bin2bn(nistp256_curve_params[3], sizeof(felem_bytearray), x);
crypto/openssl/crypto/ec/ecp_nistp256.c
2241
BN_bin2bn(nistp256_curve_params[4], sizeof(felem_bytearray), y);
crypto/openssl/crypto/ec/ecp_nistp256.c
69
static const felem_bytearray nistp256_curve_params[5] = {
crypto/openssl/crypto/ec/ecp_nistp384.c
1391
static char get_bit(const felem_bytearray in, int i)
crypto/openssl/crypto/ec/ecp_nistp384.c
1406
const felem_bytearray scalars[],
crypto/openssl/crypto/ec/ecp_nistp384.c
143
felem_bytearray b_out;
crypto/openssl/crypto/ec/ecp_nistp384.c
162
felem_bytearray b_out;
crypto/openssl/crypto/ec/ecp_nistp384.c
1639
BN_bin2bn(nistp384_curve_params[0], sizeof(felem_bytearray), curve_p);
crypto/openssl/crypto/ec/ecp_nistp384.c
1640
BN_bin2bn(nistp384_curve_params[1], sizeof(felem_bytearray), curve_a);
crypto/openssl/crypto/ec/ecp_nistp384.c
1641
BN_bin2bn(nistp384_curve_params[2], sizeof(felem_bytearray), curve_b);
crypto/openssl/crypto/ec/ecp_nistp384.c
1739
felem_bytearray g_secret;
crypto/openssl/crypto/ec/ecp_nistp384.c
1740
felem_bytearray *secrets = NULL;
crypto/openssl/crypto/ec/ecp_nistp384.c
1889
(const felem_bytearray(*))secrets, num_points,
crypto/openssl/crypto/ec/ecp_nistp384.c
1896
(const felem_bytearray(*))secrets, num_points,
crypto/openssl/crypto/ec/ecp_nistp384.c
1952
BN_bin2bn(nistp384_curve_params[3], sizeof(felem_bytearray), x);
crypto/openssl/crypto/ec/ecp_nistp384.c
1953
BN_bin2bn(nistp384_curve_params[4], sizeof(felem_bytearray), y);
crypto/openssl/crypto/ec/ecp_nistp384.c
59
static const felem_bytearray nistp384_curve_params[5] = {
crypto/openssl/crypto/ec/ecp_nistp521.c
1484
static char get_bit(const felem_bytearray in, int i)
crypto/openssl/crypto/ec/ecp_nistp521.c
1499
const felem_bytearray scalars[],
crypto/openssl/crypto/ec/ecp_nistp521.c
1729
BN_bin2bn(nistp521_curve_params[0], sizeof(felem_bytearray), curve_p);
crypto/openssl/crypto/ec/ecp_nistp521.c
1730
BN_bin2bn(nistp521_curve_params[1], sizeof(felem_bytearray), curve_a);
crypto/openssl/crypto/ec/ecp_nistp521.c
1731
BN_bin2bn(nistp521_curve_params[2], sizeof(felem_bytearray), curve_b);
crypto/openssl/crypto/ec/ecp_nistp521.c
177
felem_bytearray b_out;
crypto/openssl/crypto/ec/ecp_nistp521.c
1833
felem_bytearray g_secret;
crypto/openssl/crypto/ec/ecp_nistp521.c
1834
felem_bytearray *secrets = NULL;
crypto/openssl/crypto/ec/ecp_nistp521.c
196
felem_bytearray b_out;
crypto/openssl/crypto/ec/ecp_nistp521.c
1988
(const felem_bytearray(*))secrets, num_points,
crypto/openssl/crypto/ec/ecp_nistp521.c
1995
(const felem_bytearray(*))secrets, num_points,
crypto/openssl/crypto/ec/ecp_nistp521.c
2051
BN_bin2bn(nistp521_curve_params[3], sizeof(felem_bytearray), x);
crypto/openssl/crypto/ec/ecp_nistp521.c
2052
BN_bin2bn(nistp521_curve_params[4], sizeof(felem_bytearray), y);
crypto/openssl/crypto/ec/ecp_nistp521.c
67
static const felem_bytearray nistp521_curve_params[5] = {