Searched refs:msg_b (Results 1 – 1 of 1) sorted by relevance
306 struct ceph_x_authorize_b *msg_b; in encrypt_authorizer() local315 msg_b = p + ceph_x_encrypt_offset(); in encrypt_authorizer()316 msg_b->struct_v = 2; in encrypt_authorizer()317 msg_b->nonce = cpu_to_le64(au->nonce); in encrypt_authorizer()319 msg_b->have_challenge = 1; in encrypt_authorizer()320 msg_b->server_challenge_plus_one = in encrypt_authorizer()323 msg_b->have_challenge = 0; in encrypt_authorizer()324 msg_b->server_challenge_plus_one = 0; in encrypt_authorizer()327 ret = ceph_x_encrypt(&au->session_key, p, end - p, sizeof(*msg_b)); in encrypt_authorizer()357 struct ceph_x_authorize_b *msg_b; in ceph_x_build_authorizer() local[all …]