Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dauth_x.c191 if (th->ticket_blob) in remove_ticket_handler()
192 ceph_buffer_put(th->ticket_blob); in remove_ticket_handler()
294 if (th->ticket_blob) in process_one_ticket()
295 ceph_buffer_put(th->ticket_blob); in process_one_ticket()
297 th->ticket_blob = new_ticket_blob; in process_one_ticket()
304 (int)th->ticket_blob->vec.iov_len); in process_one_ticket()
356 WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id)); in encrypt_authorizer()
357 p = (void *)(msg_a + 1) + le32_to_cpu(msg_a->ticket_blob.blob_len); in encrypt_authorizer()
407 (th->ticket_blob ? th->ticket_blob->vec.iov_len : 0); in ceph_x_build_authorizer()
444 msg_a->ticket_blob.struct_v = 1; in ceph_x_build_authorizer()
[all …]
H A Dauth_x.h23 struct ceph_buffer *ticket_blob; member