Home
last modified time | relevance | path

Searched refs:tlsv1_record_change_read_cipher (Results 1 – 15 of 15) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dtlsv1_record.h67 int tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl);
Dtlsv1_client.c376 tlsv1_record_change_read_cipher(&conn->rl); in tlsv1_client_deinit()
492 tlsv1_record_change_read_cipher(&conn->rl); in tlsv1_client_shutdown()
Dtlsv1_record.c111 int tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl) in tlsv1_record_change_read_cipher() function
Dtlsv1_server.c348 tlsv1_record_change_read_cipher(&conn->rl); in tlsv1_server_clear_data()
Dtlsv1_client_read.c741 if (tlsv1_record_change_read_cipher(&conn->rl) < 0) { in tls_process_server_change_cipher_spec()
Dtlsv1_server_read.c952 if (tlsv1_record_change_read_cipher(&conn->rl) < 0) { in tls_process_change_cipher_spec()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.h67 int tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl);
Dtlsv1_client.c376 tlsv1_record_change_read_cipher(&conn->rl); in tlsv1_client_deinit()
492 tlsv1_record_change_read_cipher(&conn->rl); in tlsv1_client_shutdown()
Dtlsv1_record.c111 int tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl) in tlsv1_record_change_read_cipher() function
Dtlsv1_server.c348 tlsv1_record_change_read_cipher(&conn->rl); in tlsv1_server_clear_data()
Dtlsv1_client_read.c742 if (tlsv1_record_change_read_cipher(&conn->rl) < 0) { in tls_process_server_change_cipher_spec()
Dtlsv1_server_read.c948 if (tlsv1_record_change_read_cipher(&conn->rl) < 0) { in tls_process_change_cipher_spec()
/external/wpa_supplicant/
Dtlsv1_common.h226 int tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl);
Dtlsv1_common.c255 int tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl) in tlsv1_record_change_read_cipher() function
Dtlsv1_client.c939 if (tlsv1_record_change_read_cipher(&conn->rl) < 0) { in tls_process_server_change_cipher_spec()
2121 tlsv1_record_change_read_cipher(&conn->rl); in tlsv1_client_deinit()
2230 tlsv1_record_change_read_cipher(&conn->rl); in tlsv1_client_shutdown()