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