Lines Matching refs:PACKET_data
269 PACKET_data(pkt), PACKET_remaining(pkt), in tls_parse_ctos_session_ticket()
377 id_data = PACKET_data(&responder_id); in tls_parse_ctos_status_request()
407 const unsigned char *ext_data = PACKET_data(&exts); in tls_parse_ctos_status_request()
710 PACKET_data(&encoded_pt), in tls_parse_ctos_key_share()
751 data = PACKET_data(&raw); in tls_parse_ctos_cookie()
758 mdin = PACKET_data(&raw); in tls_parse_ctos_cookie()
822 ciphdata = PACKET_data(&cookie); in tls_parse_ctos_cookie()
856 PACKET_data(&appcookie), in tls_parse_ctos_cookie()
917 if (!create_synthetic_message_hash(s, PACKET_data(&chhash), in tls_parse_ctos_cookie()
1014 tmpsess = lookup_sess_in_cache(s, PACKET_data(tick), in tls_get_stateful_ticket()
1063 && !s->psk_find_session_cb(ussl, PACKET_data(&identity), idlen, in tls_parse_ctos_psk()
1154 ret = tls_decrypt_ticket(s, PACKET_data(&identity), in tls_parse_ctos_psk()
1229 binderoffset = PACKET_data(pkt) - (const unsigned char *)s->init_buf->data; in tls_parse_ctos_psk()
1251 binderoffset, PACKET_data(&binder), NULL, sess, 0, in tls_parse_ctos_psk()