wrapped_output    119 source4/ntp_signd/ntp_signd.c 	DATA_BLOB input, output, wrapped_output;
wrapped_output    244 source4/ntp_signd/ntp_signd.c 	wrapped_output = data_blob_talloc(ntp_signdconn, NULL, output.length + 4);
wrapped_output    245 source4/ntp_signd/ntp_signd.c 	if (!wrapped_output.data) {
wrapped_output    251 source4/ntp_signd/ntp_signd.c 	RSIVAL(wrapped_output.data, 0, output.length);
wrapped_output    252 source4/ntp_signd/ntp_signd.c 	memcpy(wrapped_output.data + 4, output.data, output.length);	
wrapped_output    254 source4/ntp_signd/ntp_signd.c 	status = packet_send(ntp_signdconn->packet, wrapped_output);