Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.h62 int tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl);
H A Dtlsv1_client.c514 tlsv1_record_change_write_cipher(&conn->rl); in tlsv1_client_deinit()
699 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.c755 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()