Searched refs:tlsv1_record_set_cipher_suite (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/tls/
H A Dtlsv1_record.h60 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl,
H A Dtlsv1_client.c489 tlsv1_record_set_cipher_suite(&conn->rl, TLS_NULL_WITH_NULL_NULL);
674 tlsv1_record_set_cipher_suite(&conn->rl, TLS_NULL_WITH_NULL_NULL);
H A Dtlsv1_record.c20 * tlsv1_record_set_cipher_suite - TLS record layer: Set cipher suite
30 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, function
73 * configured with tlsv1_record_set_cipher_suite() for writing.
107 * configured with tlsv1_record_set_cipher_suite() for reading.
H A Dtlsv1_server.c420 tlsv1_record_set_cipher_suite(&conn->rl, TLS_NULL_WITH_NULL_NULL);
H A Dtlsv1_server_read.c273 if (tlsv1_record_set_cipher_suite(&conn->rl, cipher_suite) < 0) {
H A Dtlsv1_client_read.c195 if (tlsv1_record_set_cipher_suite(&conn->rl, cipher_suite) < 0) {

Completed in 198 milliseconds