Home
last modified time | relevance | path

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

/linux/net/ceph/
A Dauth_x.c253 th->secret_id = new_secret_id; in process_one_ticket()
258 type, ceph_entity_type_name(type), th->secret_id, in process_one_ticket()
311 WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id)); in encrypt_authorizer()
385 WARN_ON(!th->secret_id); in ceph_x_build_authorizer()
386 au->secret_id = th->secret_id; in ceph_x_build_authorizer()
393 msg_a->ticket_blob.secret_id = cpu_to_le64(th->secret_id); in ceph_x_build_authorizer()
400 le64_to_cpu(msg_a->ticket_blob.secret_id)); in ceph_x_build_authorizer()
423 ceph_encode_64(p, th->secret_id); in ceph_x_encode_ticket()
781 if (au->secret_id < th->secret_id) { in ceph_x_update_authorizer()
783 au->service, au->secret_id, th->secret_id); in ceph_x_update_authorizer()
[all …]
A Dauth_x.h22 u64 secret_id; member
36 u64 secret_id; member
A Dauth_x_protocol.h12 __le64 secret_id; member

Completed in 5 milliseconds