Lines Matching defs:felem_bytearray
60 * felem_bytearray.
63 typedef u8 felem_bytearray[32];
69 static const felem_bytearray nistp256_curve_params[5] = {
152 felem_bytearray b_out;
171 felem_bytearray b_out;
1658 static char get_bit(const felem_bytearray in, int i)
1673 const felem_bytearray scalars[],
1927 BN_bin2bn(nistp256_curve_params[0], sizeof(felem_bytearray), curve_p);
1928 BN_bin2bn(nistp256_curve_params[1], sizeof(felem_bytearray), curve_a);
1929 BN_bin2bn(nistp256_curve_params[2], sizeof(felem_bytearray), curve_b);
2032 felem_bytearray g_secret;
2033 felem_bytearray *secrets = NULL;
2198 (const felem_bytearray(*))secrets, num_points,
2204 (const felem_bytearray(*))secrets, num_points,
2262 BN_bin2bn(nistp256_curve_params[3], sizeof(felem_bytearray), x);
2263 BN_bin2bn(nistp256_curve_params[4], sizeof(felem_bytearray), y);