Home
last modified time | relevance | path

Searched refs:tlsv1_record_set_cipher_suite (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/tls/
H A Dtlsv1_record.h60 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl,
H A Dtlsv1_record.c30 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, in tlsv1_record_set_cipher_suite() function
H A Dtlsv1_server.c420 tlsv1_record_set_cipher_suite(&conn->rl, TLS_NULL_WITH_NULL_NULL); in tlsv1_server_clear_data()
H A Dtlsv1_server_read.c273 if (tlsv1_record_set_cipher_suite(&conn->rl, cipher_suite) < 0) { in tls_process_client_hello()