27 static int DetectSslStateTest01(
void)
36 static int DetectSslStateTest02(
void)
46 static int DetectSslStateTest03(
void)
58 static int DetectSslStateTest04(
void)
61 "client_hello , server_keyx , "
73 static int DetectSslStateTest05(
void)
76 "client_hello , server_keyx , "
83 static int DetectSslStateTest06(
void)
86 "client_hello , server_keyx , "
96 static int DetectSslStateTest08(
void)
109 static int DetectSslStateTestParseNegate(
void)
117 ssd = DetectSslStateParse(
"!client_hello,!server_hello");
126 static void DetectSslStateRegisterTests(
void)
136 DetectSslStateTestParseNegate);