Home
last modified time | relevance | path

Searched refs:felem_bytearray (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp256.c60 * felem_bytearray.
63 typedef u8 felem_bytearray[32]; typedef
69 static const felem_bytearray nistp256_curve_params[5] = {
152 felem_bytearray b_out; in BN_to_felem()
171 felem_bytearray b_out; in smallfelem_to_BN()
1658 static char get_bit(const felem_bytearray in, int i) in get_bit()
1673 const felem_bytearray scalars[], in batch_mul()
1927 BN_bin2bn(nistp256_curve_params[0], sizeof(felem_bytearray), curve_p); in ossl_ec_GFp_nistp256_group_set_curve()
1928 BN_bin2bn(nistp256_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp256_group_set_curve()
1929 BN_bin2bn(nistp256_curve_params[2], sizeof(felem_bytearray), curve_ in ossl_ec_GFp_nistp256_group_set_curve()
[all...]
H A Decp_nistp521.c58 * contains only a single bit. We call this an felem_bytearray.
61 typedef u8 felem_bytearray[66]; typedef
67 static const felem_bytearray nistp521_curve_params[5] = {
177 felem_bytearray b_out; in BN_to_felem()
196 felem_bytearray b_out; in felem_to_BN()
1568 static char get_bit(const felem_bytearray in, int i) in get_bit()
1583 const felem_bytearray scalars[], in batch_mul()
1820 BN_bin2bn(nistp521_curve_params[0], sizeof(felem_bytearray), curve_p); in ossl_ec_GFp_nistp521_group_set_curve()
1821 BN_bin2bn(nistp521_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp521_group_set_curve()
1822 BN_bin2bn(nistp521_curve_params[2], sizeof(felem_bytearray), curve_ in ossl_ec_GFp_nistp521_group_set_curve()
[all...]
H A Decp_nistp224.c87 typedef u8 felem_bytearray[28]; typedef
89 static const felem_bytearray nistp224_curve_params[5] = {
333 felem_bytearray b_out; in BN_to_felem()
352 felem_bytearray b_out; in felem_to_BN()
1125 static char get_bit(const felem_bytearray in, unsigned i) in get_bit()
1140 const felem_bytearray scalars[], in batch_mul()
1316 BN_bin2bn(nistp224_curve_params[0], sizeof(felem_bytearray), curve_p); in ossl_ec_GFp_nistp224_group_set_curve()
1317 BN_bin2bn(nistp224_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp224_group_set_curve()
1318 BN_bin2bn(nistp224_curve_params[2], sizeof(felem_bytearray), curve_b); in ossl_ec_GFp_nistp224_group_set_curve()
1421 felem_bytearray g_secre in ossl_ec_GFp_nistp224_points_mul()
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistp256.c60 * felem_bytearray.
63 typedef u8 felem_bytearray[32]; typedef
69 static const felem_bytearray nistp256_curve_params[5] = {
152 felem_bytearray b_out; in BN_to_felem()
171 felem_bytearray b_out; in smallfelem_to_BN()
1658 static char get_bit(const felem_bytearray in, int i) in get_bit()
1673 const felem_bytearray scalars[], in batch_mul()
1927 BN_bin2bn(nistp256_curve_params[0], sizeof(felem_bytearray), curve_p); in ossl_ec_GFp_nistp256_group_set_curve()
1928 BN_bin2bn(nistp256_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp256_group_set_curve()
1929 BN_bin2bn(nistp256_curve_params[2], sizeof(felem_bytearray), curve_ in ossl_ec_GFp_nistp256_group_set_curve()
[all...]
H A Decp_nistp521.c58 * contains only a single bit. We call this an felem_bytearray.
61 typedef u8 felem_bytearray[66]; typedef
67 static const felem_bytearray nistp521_curve_params[5] = {
177 felem_bytearray b_out; in BN_to_felem()
196 felem_bytearray b_out; in felem_to_BN()
1568 static char get_bit(const felem_bytearray in, int i) in get_bit()
1583 const felem_bytearray scalars[], in batch_mul()
1820 BN_bin2bn(nistp521_curve_params[0], sizeof(felem_bytearray), curve_p); in ossl_ec_GFp_nistp521_group_set_curve()
1821 BN_bin2bn(nistp521_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp521_group_set_curve()
1822 BN_bin2bn(nistp521_curve_params[2], sizeof(felem_bytearray), curve_ in ossl_ec_GFp_nistp521_group_set_curve()
[all...]
H A Decp_nistp224.c87 typedef u8 felem_bytearray[28]; typedef
89 static const felem_bytearray nistp224_curve_params[5] = {
333 felem_bytearray b_out; in BN_to_felem()
352 felem_bytearray b_out; in felem_to_BN()
1125 static char get_bit(const felem_bytearray in, unsigned i) in get_bit()
1140 const felem_bytearray scalars[], in batch_mul()
1316 BN_bin2bn(nistp224_curve_params[0], sizeof(felem_bytearray), curve_p); in ossl_ec_GFp_nistp224_group_set_curve()
1317 BN_bin2bn(nistp224_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp224_group_set_curve()
1318 BN_bin2bn(nistp224_curve_params[2], sizeof(felem_bytearray), curve_b); in ossl_ec_GFp_nistp224_group_set_curve()
1421 felem_bytearray g_secre in ossl_ec_GFp_nistp224_points_mul()
[all...]

Completed in 15 milliseconds