Home
last modified time | relevance | path

Searched refs:tlsv1_record_change_write_cipher (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/wpa_supplicant/src/tls/
H A Dtlsv1_record.h62 int tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl);
H A Dtlsv1_client.c490 tlsv1_record_change_write_cipher(&conn->rl); in tlsv1_client_deinit()
675 tlsv1_record_change_write_cipher(&conn->rl); in tlsv1_client_shutdown()
H A Dtlsv1_record.c75 int tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl) in tlsv1_record_change_write_cipher() function
H A Dtlsv1_server.c421 tlsv1_record_change_write_cipher(&conn->rl); in tlsv1_server_clear_data()
H A Dtlsv1_client_write.c767 if (tlsv1_record_change_write_cipher(&conn->rl) < 0) { in tls_write_client_change_cipher_spec()
H A Dtlsv1_server_write.c817 if (tlsv1_record_change_write_cipher(&conn->rl) < 0) { in tls_write_server_change_cipher_spec()