Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.h67 int tlsv1_record_receive(struct tlsv1_record_layer *rl,
Dtlsv1_server.c155 used = tlsv1_record_receive(&conn->rl, pos, end - pos, in tlsv1_server_handshake()
275 used = tlsv1_record_receive(&conn->rl, pos, in_end - pos, in tlsv1_server_decrypt()
Dtlsv1_client.c184 used = tlsv1_record_receive(&conn->rl, pos, end - pos, in tlsv1_client_handshake()
342 used = tlsv1_record_receive(&conn->rl, pos, in_end - pos, in tlsv1_client_decrypt()
Dtlsv1_record.c278 int tlsv1_record_receive(struct tlsv1_record_layer *rl, in tlsv1_record_receive() function