Searched defs:HashToCurveTest (Results 1 – 4 of 4) sorted by relevance
1127 struct HashToCurveTest { in TEST() struct1128 int (*hash_to_curve)(const EC_GROUP *group, EC_RAW_POINT *out, in TEST()1131 int curve_nid; in TEST()1132 const char *dst; in TEST()1133 const char *msg; in TEST()1134 const char *x_hex; in TEST()1135 const char *y_hex; in TEST()
1215 struct HashToCurveTest { in TEST() struct1216 int (*hash_to_curve)(const EC_GROUP *group, EC_POINT *out, in TEST()1219 const EC_GROUP *group; in TEST()1220 const char *dst; in TEST()1221 const char *msg; in TEST()1222 const char *x_hex; in TEST()1223 const char *y_hex; in TEST()