Lines Matching refs:msg_b
346 struct ceph_x_authorize_b *msg_b; in encrypt_authorizer() local
355 msg_b = p + ceph_x_encrypt_offset(&au->session_key); in encrypt_authorizer()
356 msg_b->struct_v = 2; in encrypt_authorizer()
357 msg_b->nonce = cpu_to_le64(au->nonce); in encrypt_authorizer()
359 msg_b->have_challenge = 1; in encrypt_authorizer()
360 msg_b->server_challenge_plus_one = in encrypt_authorizer()
363 msg_b->have_challenge = 0; in encrypt_authorizer()
364 msg_b->server_challenge_plus_one = 0; in encrypt_authorizer()
369 p, end - p, sizeof(*msg_b)); in encrypt_authorizer()
399 struct ceph_x_authorize_b *msg_b; in ceph_x_build_authorizer() local
418 ceph_x_encrypt_buflen(&au->session_key, sizeof(*msg_b)); in ceph_x_build_authorizer()