Lines Matching refs:dtls
2603 void handshake_version(int dtls, int client_min_version, int client_max_version,
2616 options.dtls = dtls;
2628 void handshake_psk_cipher(char *cipher, int pk_alg, data_t *psk_str, int dtls)
2634 options.dtls = dtls;
2653 void handshake_cipher(char *cipher, int pk_alg, int dtls)
2655 test_handshake_psk_cipher(cipher, pk_alg, NULL, dtls);
2697 int expected_srv_fragments, int dtls)
2707 options.dtls = dtls;
2754 options.dtls = 1;
2777 options.dtls = 1;
2812 options.dtls = 1;
2826 int serialize, int dtls, char *cipher)
2836 options.dtls = dtls;
2837 if (dtls) {