Lines Matching refs:in_data
279 const u8 *in_data, size_t in_len, in tlsv1_record_receive() argument
294 in_data, in_len); in tlsv1_record_receive()
298 ct = in_data[0]; in tlsv1_record_receive()
299 rlen = WPA_GET_BE16(in_data + 3); in tlsv1_record_receive()
301 "length %d", ct, in_data[1], in_data[2], (int) rlen); in tlsv1_record_receive()
308 if (in_data[1] != 0x03) { in tlsv1_record_receive()
310 "%u.%u", in_data[1], in_data[2]); in tlsv1_record_receive()
323 in_data += TLS_RECORD_HEADER_LEN; in tlsv1_record_receive()
334 in_data, rlen); in tlsv1_record_receive()
357 if (crypto_cipher_decrypt(rl->read_cbc, in_data, in tlsv1_record_receive()
447 crypto_hash_update(hmac, in_data - TLS_RECORD_HEADER_LEN, 3); in tlsv1_record_receive()
470 os_memcpy(out_data, in_data, in_len); in tlsv1_record_receive()