Home
last modified time | relevance | path

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

/linux-4.1.27/net/ceph/
Dauth_x.h21 u64 secret_id; member
33 u64 secret_id; member
Dauth_x.c236 th->secret_id = new_secret_id; in process_one_ticket()
240 type, ceph_entity_type_name(type), th->secret_id, in process_one_ticket()
317 au->secret_id = th->secret_id; in ceph_x_build_authorizer()
324 msg_a->ticket_blob.secret_id = cpu_to_le64(th->secret_id); in ceph_x_build_authorizer()
330 dout(" th %p secret_id %lld %lld\n", th, th->secret_id, in ceph_x_build_authorizer()
331 le64_to_cpu(msg_a->ticket_blob.secret_id)); in ceph_x_build_authorizer()
362 ceph_encode_64(p, th->secret_id); in ceph_x_encode_ticket()
589 if (au->secret_id < th->secret_id) { in ceph_x_update_authorizer()
591 au->service, au->secret_id, th->secret_id); in ceph_x_update_authorizer()
Dauth_x_protocol.h11 __le64 secret_id; member