Searched refs:ticket_blob (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/ceph/
H A Dauth_x.h23 struct ceph_buffer *ticket_blob; member in struct:ceph_x_ticket_handler
H A Dauth_x.c155 if (th->ticket_blob)
156 ceph_buffer_put(th->ticket_blob);
249 if (th->ticket_blob)
250 ceph_buffer_put(th->ticket_blob);
252 th->ticket_blob = new_ticket_blob;
259 (int)th->ticket_blob->vec.iov_len);
311 WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id));
312 p = (void *)(msg_a + 1) + le32_to_cpu(msg_a->ticket_blob.blob_len);
360 (th->ticket_blob ? th->ticket_blob
[all...]
H A Dauth_x_protocol.h68 struct ceph_x_ticket_blob ticket_blob; member in struct:ceph_x_authorize_a

Completed in 299 milliseconds