sigblock          818 net/ceph/auth_x.c 		} __packed *sigblock = enc_buf + ceph_x_encrypt_offset();
sigblock          820 net/ceph/auth_x.c 		sigblock->len = cpu_to_le32(4*sizeof(u32));
sigblock          821 net/ceph/auth_x.c 		sigblock->header_crc = msg->hdr.crc;
sigblock          822 net/ceph/auth_x.c 		sigblock->front_crc = msg->footer.front_crc;
sigblock          823 net/ceph/auth_x.c 		sigblock->middle_crc = msg->footer.middle_crc;
sigblock          824 net/ceph/auth_x.c 		sigblock->data_crc =  msg->footer.data_crc;
sigblock          827 net/ceph/auth_x.c 				     CEPHX_AU_ENC_BUF_LEN, sizeof(*sigblock));
sigblock          842 net/ceph/auth_x.c 		} __packed *sigblock = enc_buf;
sigblock          848 net/ceph/auth_x.c 		sigblock->header_crc = msg->hdr.crc;
sigblock          849 net/ceph/auth_x.c 		sigblock->front_crc = msg->footer.front_crc;
sigblock          850 net/ceph/auth_x.c 		sigblock->front_len = msg->hdr.front_len;
sigblock          851 net/ceph/auth_x.c 		sigblock->middle_crc = msg->footer.middle_crc;
sigblock          852 net/ceph/auth_x.c 		sigblock->middle_len = msg->hdr.middle_len;
sigblock          853 net/ceph/auth_x.c 		sigblock->data_crc =  msg->footer.data_crc;
sigblock          854 net/ceph/auth_x.c 		sigblock->data_len = msg->hdr.data_len;
sigblock          855 net/ceph/auth_x.c 		sigblock->seq_lower_word = *(__le32 *)&msg->hdr.seq;
sigblock          859 net/ceph/auth_x.c 				 CEPHX_AU_ENC_BUF_LEN, sizeof(*sigblock),