Lines Matching refs:PACKET_data
278 !s->ext.session_ticket_cb(s, PACKET_data(pkt), in tls_parse_ctos_session_ticket()
393 id_data = PACKET_data(&responder_id); in tls_parse_ctos_status_request()
428 const unsigned char *ext_data = PACKET_data(&exts); in tls_parse_ctos_status_request()
717 PACKET_data(&encoded_pt), in tls_parse_ctos_key_share()
758 data = PACKET_data(&raw); in tls_parse_ctos_cookie()
766 mdin = PACKET_data(&raw); in tls_parse_ctos_cookie()
835 ciphdata = PACKET_data(&cookie); in tls_parse_ctos_cookie()
871 if (s->ctx->verify_stateless_cookie_cb(s, PACKET_data(&appcookie), in tls_parse_ctos_cookie()
938 if (!create_synthetic_message_hash(s, PACKET_data(&chhash), in tls_parse_ctos_cookie()
1039 tmpsess = lookup_sess_in_cache(s, PACKET_data(tick), in tls_get_stateful_ticket()
1087 && !s->psk_find_session_cb(s, PACKET_data(&identity), idlen, in tls_parse_ctos_psk()
1183 ret = tls_decrypt_ticket(s, PACKET_data(&identity), in tls_parse_ctos_psk()
1253 binderoffset = PACKET_data(pkt) - (const unsigned char *)s->init_buf->data; in tls_parse_ctos_psk()
1276 binderoffset, PACKET_data(&binder), NULL, sess, 0, in tls_parse_ctos_psk()