signed_reply       70 source4/ntp_signd/ntp_signd.c 	struct signed_reply signed_reply;
signed_reply       77 source4/ntp_signd/ntp_signd.c 	signed_reply.version = 1;
signed_reply       78 source4/ntp_signd/ntp_signd.c 	signed_reply.op = SIGNING_FAILURE;
signed_reply       79 source4/ntp_signd/ntp_signd.c 	signed_reply.packet_id = packet_id;
signed_reply       80 source4/ntp_signd/ntp_signd.c 	signed_reply.signed_packet = data_blob(NULL, 0);
signed_reply       84 source4/ntp_signd/ntp_signd.c 				       &signed_reply,
signed_reply      123 source4/ntp_signd/ntp_signd.c 	struct signed_reply signed_reply;
signed_reply      210 source4/ntp_signd/ntp_signd.c 	signed_reply.version = 1;
signed_reply      211 source4/ntp_signd/ntp_signd.c 	signed_reply.packet_id = sign_request.packet_id;
signed_reply      212 source4/ntp_signd/ntp_signd.c 	signed_reply.op = SIGNING_SUCCESS;
signed_reply      213 source4/ntp_signd/ntp_signd.c 	signed_reply.signed_packet = data_blob_talloc(tmp_ctx, 
signed_reply      217 source4/ntp_signd/ntp_signd.c 	if (!signed_reply.signed_packet.data) {
signed_reply      222 source4/ntp_signd/ntp_signd.c 	memcpy(signed_reply.signed_packet.data, sign_request.packet_to_sign.data, sign_request.packet_to_sign.length);
signed_reply      223 source4/ntp_signd/ntp_signd.c 	SIVAL(signed_reply.signed_packet.data, sign_request.packet_to_sign.length, sign_request.key_id);
signed_reply      229 source4/ntp_signd/ntp_signd.c 	MD5Final(signed_reply.signed_packet.data + sign_request.packet_to_sign.length + 4, &ctx);
signed_reply      235 source4/ntp_signd/ntp_signd.c 				       &signed_reply,