Searched refs:msg_b (Results 1 – 1 of 1) sorted by relevance
351 struct ceph_x_authorize_b *msg_b; in encrypt_authorizer() local360 msg_b = p + ceph_x_encrypt_offset(&au->session_key); in encrypt_authorizer()361 msg_b->struct_v = 2; in encrypt_authorizer()362 msg_b->nonce = cpu_to_le64(au->nonce); in encrypt_authorizer()364 msg_b->have_challenge = 1; in encrypt_authorizer()365 msg_b->server_challenge_plus_one = in encrypt_authorizer()368 msg_b->have_challenge = 0; in encrypt_authorizer()369 msg_b->server_challenge_plus_one = 0; in encrypt_authorizer()374 p, end - p, sizeof(*msg_b)); in encrypt_authorizer()404 struct ceph_x_authorize_b *msg_b; in ceph_x_build_authorizer() local[all …]