msg_b             303 net/ceph/auth_x.c 	struct ceph_x_authorize_b *msg_b;
msg_b             312 net/ceph/auth_x.c 	msg_b = p + ceph_x_encrypt_offset();
msg_b             313 net/ceph/auth_x.c 	msg_b->struct_v = 2;
msg_b             314 net/ceph/auth_x.c 	msg_b->nonce = cpu_to_le64(au->nonce);
msg_b             316 net/ceph/auth_x.c 		msg_b->have_challenge = 1;
msg_b             317 net/ceph/auth_x.c 		msg_b->server_challenge_plus_one =
msg_b             320 net/ceph/auth_x.c 		msg_b->have_challenge = 0;
msg_b             321 net/ceph/auth_x.c 		msg_b->server_challenge_plus_one = 0;
msg_b             324 net/ceph/auth_x.c 	ret = ceph_x_encrypt(&au->session_key, p, end - p, sizeof(*msg_b));
msg_b             354 net/ceph/auth_x.c 	struct ceph_x_authorize_b *msg_b;
msg_b             368 net/ceph/auth_x.c 		ceph_x_encrypt_buflen(sizeof(*msg_b));