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