Lines Matching defs:msg_b
306 struct ceph_x_authorize_b *msg_b;
315 msg_b = p + ceph_x_encrypt_offset();
316 msg_b->struct_v = 2;
317 msg_b->nonce = cpu_to_le64(au->nonce);
319 msg_b->have_challenge = 1;
320 msg_b->server_challenge_plus_one =
323 msg_b->have_challenge = 0;
324 msg_b->server_challenge_plus_one = 0;
327 ret = ceph_x_encrypt(&au->session_key, p, end - p, sizeof(*msg_b));
357 struct ceph_x_authorize_b *msg_b;
371 ceph_x_encrypt_buflen(sizeof(*msg_b));