Searched refs:test_flags (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/byacc/test/
H A Drun_test.sh43 test_flags() { function
88 test_flags help -z
89 test_flags big_b -B
90 test_flags big_l -L
94 test_flags nostdin - $MYFILE.y
95 test_flags no_opts -- $MYFILE.y
102 test_flags no_b_opt -b
103 test_flags no_b_opt1 -bBASE -o $MYFILE.c $MYFILE.y
107 test_flags no_p_opt -p
108 test_flags no_p_opt
[all...]
/freebsd-11.0-release/contrib/wpa/src/tls/
H A Dtlsv1_server_i.h63 u32 test_flags; member in struct:tlsv1_server
H A Dtlsv1_server.c319 if ((conn->test_flags &
714 conn->test_flags = flags;
800 if (conn->test_flags & TLS_DHE_PRIME_511B) {
804 } else if (conn->test_flags & TLS_DHE_PRIME_767B) {
808 } else if (conn->test_flags & TLS_DHE_PRIME_15) {
812 } else if (conn->test_flags & TLS_DHE_PRIME_58B) {
816 } else if (conn->test_flags & TLS_DHE_NON_PRIME) {
H A Dtlsv1_server_read.c33 if ((conn->test_flags &
990 if ((conn->test_flags &
997 if ((conn->test_flags & TLS_DHE_PRIME_15) &&
1003 if ((conn->test_flags & TLS_DHE_PRIME_58B) &&
1009 if ((conn->test_flags & TLS_DHE_PRIME_511B) &&
1015 if ((conn->test_flags & TLS_DHE_PRIME_767B) &&
1021 if ((conn->test_flags & TLS_DHE_NON_PRIME) &&
H A Dtlsv1_server_write.c508 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_HASH) {
539 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_SIGNATURE) {
772 if (conn->test_flags & TLS_BREAK_VERIFY_DATA) {

Completed in 40 milliseconds