HomeSort by relevance Sort by last modified time
    Searched refs:tlsv1_record_receive (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/tls/
tlsv1_record.h 67 int tlsv1_record_receive(struct tlsv1_record_layer *rl,
tlsv1_server.c 130 used = tlsv1_record_receive(&conn->rl, pos, end - pos,
250 used = tlsv1_record_receive(&conn->rl, pos, in_end - pos,
tlsv1_client.c 184 used = tlsv1_record_receive(&conn->rl, pos, end - pos,
342 used = tlsv1_record_receive(&conn->rl, pos, in_end - pos,
tlsv1_record.c 264 * tlsv1_record_receive - TLS record layer: Process a received message
278 int tlsv1_record_receive(struct tlsv1_record_layer *rl, function

Completed in 552 milliseconds