Lines Matching defs:data
548 PACKET pkt, data;
568 || !PACKET_get_length_prefixed_2(&pkt, &data))
572 *extension_data = PACKET_data(&data);
573 *extension_length = PACKET_remaining(&data);;
616 /* Is there serverinfo data for the chosen server cert? */
630 return 0; /* No serverinfo data found, don't send
643 * With a NULL context, this function just checks that the serverinfo data
665 PACKET data;
669 || !PACKET_get_length_prefixed_2(&pkt, &data))
872 * Check that the decoded PEM data is plausible (valid length field)