Home
last modified time | relevance | path

Searched refs:test_flags (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/byacc/test/
H A Drun_test.sh48 test_flags() { function
145 test_flags help -z
146 test_flags big_b -B
147 test_flags big_l -L
151 test_flags nostdin - $MYFILE.y
152 test_flags no_opts -- $MYFILE.y
159 test_flags no_b_opt -b
160 test_flags no_b_opt1 -bBASE -o $MYFILE.c $MYFILE.y
164 test_flags no_p_opt -p
165 test_flags no_p_opt1 -pBASE -o $MYFILE.c $MYFILE.y
[all …]
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_params.c215 int test_flags; in ossl_ffc_params_todata() local
256 test_flags = ((ffc->flags & FFC_PARAM_FLAG_VALIDATE_PQ) != 0); in ossl_ffc_params_todata()
258 OSSL_PKEY_PARAM_FFC_VALIDATE_PQ, test_flags)) in ossl_ffc_params_todata()
260 test_flags = ((ffc->flags & FFC_PARAM_FLAG_VALIDATE_G) != 0); in ossl_ffc_params_todata()
262 OSSL_PKEY_PARAM_FFC_VALIDATE_G, test_flags)) in ossl_ffc_params_todata()
264 test_flags = ((ffc->flags & FFC_PARAM_FLAG_VALIDATE_LEGACY) != 0); in ossl_ffc_params_todata()
267 test_flags)) in ossl_ffc_params_todata()
/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_server.c322 if ((conn->test_flags & in tlsv1_server_decrypt()
759 conn->test_flags = flags; in tlsv1_server_set_test_flags()
845 if (conn->test_flags & TLS_DHE_PRIME_511B) { in tlsv1_server_get_dh_p()
849 } else if (conn->test_flags & TLS_DHE_PRIME_767B) { in tlsv1_server_get_dh_p()
853 } else if (conn->test_flags & TLS_DHE_PRIME_15) { in tlsv1_server_get_dh_p()
857 } else if (conn->test_flags & TLS_DHE_PRIME_58B) { in tlsv1_server_get_dh_p()
861 } else if (conn->test_flags & TLS_DHE_NON_PRIME) { in tlsv1_server_get_dh_p()
H A Dtlsv1_server_read.c33 if ((conn->test_flags & in testing_cipher_suite_filter()
1104 if ((conn->test_flags & in tls_process_client_finished()
1111 if ((conn->test_flags & TLS_DHE_PRIME_15) && in tls_process_client_finished()
1117 if ((conn->test_flags & TLS_DHE_PRIME_58B) && in tls_process_client_finished()
1123 if ((conn->test_flags & TLS_DHE_PRIME_511B) && in tls_process_client_finished()
1129 if ((conn->test_flags & TLS_DHE_PRIME_767B) && in tls_process_client_finished()
1135 if ((conn->test_flags & TLS_DHE_NON_PRIME) && in tls_process_client_finished()
H A Dtlsv1_server_i.h68 u32 test_flags; member
H A Dtlsv1_server_write.c635 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_HASH) { in tls_write_server_key_exchange()
666 if (conn->test_flags & TLS_BREAK_SRV_KEY_X_SIGNATURE) { in tls_write_server_key_exchange()
899 if (conn->test_flags & TLS_BREAK_VERIFY_DATA) { in tls_write_server_finished()
/freebsd/tests/sys/net/routing/
H A Dtest_rtsock_l3.c653 uint32_t test_flags = RTF_PROTO1 | RTF_PROTO2 | RTF_PROTO3 | RTF_STATIC; in ATF_TC_BODY() local
668 desired_flags = RTF_UP | RTF_DONE | RTF_GATEWAY | test_flags; in ATF_TC_BODY()
669 rtm->rtm_flags |= test_flags; in ATF_TC_BODY()
676 rtm->rtm_flags &= ~test_flags; in ATF_TC_BODY()
677 desired_flags &= ~test_flags; in ATF_TC_BODY()
925 uint32_t test_flags = RTF_PROTO1 | RTF_PROTO2 | RTF_PROTO3 | RTF_STATIC; in ATF_TC_BODY() local
940 desired_flags = RTF_UP | RTF_DONE | RTF_GATEWAY | test_flags; in ATF_TC_BODY()
941 rtm->rtm_flags |= test_flags; in ATF_TC_BODY()
948 rtm->rtm_flags &= ~test_flags; in ATF_TC_BODY()
949 desired_flags &= ~test_flags; in ATF_TC_BODY()
/freebsd/contrib/byacc/
H A DCHANGES1959 of stderr in test_flags