Searched refs:msg_a (Results 1 – 1 of 1) sorted by relevance
305 struct ceph_x_authorize_a *msg_a; in encrypt_authorizer() local310 msg_a = au->buf->vec.iov_base; in encrypt_authorizer()311 WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id)); in encrypt_authorizer()312 p = (void *)(msg_a + 1) + le32_to_cpu(msg_a->ticket_blob.blob_len); in encrypt_authorizer()356 struct ceph_x_authorize_a *msg_a; in ceph_x_build_authorizer() local370 maxlen = sizeof(*msg_a) + ticket_blob_len + in ceph_x_build_authorizer()388 msg_a = au->buf->vec.iov_base; in ceph_x_build_authorizer()389 msg_a->struct_v = 1; in ceph_x_build_authorizer()390 msg_a->global_id = cpu_to_le64(ac->global_id); in ceph_x_build_authorizer()391 msg_a->service_id = cpu_to_le32(th->service); in ceph_x_build_authorizer()[all …]