Home
last modified time | relevance | path

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

/linux/net/ceph/
A Dauth_x.c155 if (th->ticket_blob) in remove_ticket_handler()
156 ceph_buffer_put(th->ticket_blob); in remove_ticket_handler()
249 if (th->ticket_blob) in process_one_ticket()
250 ceph_buffer_put(th->ticket_blob); in process_one_ticket()
252 th->ticket_blob = new_ticket_blob; in process_one_ticket()
259 (int)th->ticket_blob->vec.iov_len); in process_one_ticket()
360 (th->ticket_blob ? th->ticket_blob->vec.iov_len : 0); in ceph_x_build_authorizer()
392 msg_a->ticket_blob.struct_v = 1; in ceph_x_build_authorizer()
396 memcpy(msg_a->ticket_blob.blob, th->ticket_blob->vec.iov_base, in ceph_x_build_authorizer()
397 th->ticket_blob->vec.iov_len); in ceph_x_build_authorizer()
[all …]
A Dauth_x.h23 struct ceph_buffer *ticket_blob; member
A Dauth_x_protocol.h68 struct ceph_x_ticket_blob ticket_blob; member

Completed in 11 milliseconds