Searched refs:msg_a (Results 1 – 1 of 1) sorted by relevance
302 struct ceph_x_authorize_a *msg_a; in encrypt_authorizer() local307 msg_a = au->buf->vec.iov_base; in encrypt_authorizer()308 WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id)); in encrypt_authorizer()309 p = (void *)(msg_a + 1) + le32_to_cpu(msg_a->ticket_blob.blob_len); in encrypt_authorizer()353 struct ceph_x_authorize_a *msg_a; in ceph_x_build_authorizer() local367 maxlen = sizeof(*msg_a) + ticket_blob_len + in ceph_x_build_authorizer()384 msg_a = au->buf->vec.iov_base; in ceph_x_build_authorizer()385 msg_a->struct_v = 1; in ceph_x_build_authorizer()386 msg_a->global_id = cpu_to_le64(ac->global_id); in ceph_x_build_authorizer()387 msg_a->service_id = cpu_to_le32(th->service); in ceph_x_build_authorizer()[all …]