Lines Matching refs:PACKET_data
255 !s->ext.session_ticket_cb(s, PACKET_data(pkt), in tls_parse_ctos_session_ticket()
363 id_data = PACKET_data(&responder_id); in tls_parse_ctos_status_request()
393 const unsigned char *ext_data = PACKET_data(&exts); in tls_parse_ctos_status_request()
679 PACKET_data(&encoded_pt), in tls_parse_ctos_key_share()
718 data = PACKET_data(&raw); in tls_parse_ctos_cookie()
725 mdin = PACKET_data(&raw); in tls_parse_ctos_cookie()
789 ciphdata = PACKET_data(&cookie); in tls_parse_ctos_cookie()
822 if (s->ctx->verify_stateless_cookie_cb(s, PACKET_data(&appcookie), in tls_parse_ctos_cookie()
883 if (!create_synthetic_message_hash(s, PACKET_data(&chhash), in tls_parse_ctos_cookie()
979 tmpsess = lookup_sess_in_cache(s, PACKET_data(tick), in tls_get_stateful_ticket()
1025 && !s->psk_find_session_cb(s, PACKET_data(&identity), idlen, in tls_parse_ctos_psk()
1115 ret = tls_decrypt_ticket(s, PACKET_data(&identity), in tls_parse_ctos_psk()
1188 binderoffset = PACKET_data(pkt) - (const unsigned char *)s->init_buf->data; in tls_parse_ctos_psk()
1208 binderoffset, PACKET_data(&binder), NULL, sess, 0, in tls_parse_ctos_psk()