Lines Matching refs:used
172 int used; in tlsv1_client_handshake() local
208 used = tlsv1_record_receive(&conn->rl, pos, end - pos, in tlsv1_client_handshake()
210 if (used < 0) { in tlsv1_client_handshake()
216 if (used == 0) { in tlsv1_client_handshake()
252 pos += used; in tlsv1_client_handshake()
335 int used; in tlsv1_client_decrypt() local
366 used = tlsv1_record_receive(&conn->rl, pos, in_end - pos, in tlsv1_client_decrypt()
368 if (used < 0) { in tlsv1_client_decrypt()
373 if (used == 0) { in tlsv1_client_decrypt()
402 pos += used; in tlsv1_client_decrypt()
420 pos += used; in tlsv1_client_decrypt()