Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dauth_x.c133 if (th->ticket_blob) in remove_ticket_handler()
134 ceph_buffer_put(th->ticket_blob); in remove_ticket_handler()
232 if (th->ticket_blob) in process_one_ticket()
233 ceph_buffer_put(th->ticket_blob); in process_one_ticket()
235 th->ticket_blob = new_ticket_blob; in process_one_ticket()
242 (int)th->ticket_blob->vec.iov_len); in process_one_ticket()
302 (th->ticket_blob ? th->ticket_blob->vec.iov_len : 0); in ceph_x_build_authorizer()
333 msg_a->ticket_blob.struct_v = 1; in ceph_x_build_authorizer()
334 msg_a->ticket_blob.secret_id = cpu_to_le64(th->secret_id); in ceph_x_build_authorizer()
335 msg_a->ticket_blob.blob_len = cpu_to_le32(ticket_blob_len); in ceph_x_build_authorizer()
[all …]
Dauth_x.h22 struct ceph_buffer *ticket_blob; member
Dauth_x_protocol.h66 struct ceph_x_ticket_blob ticket_blob; member