Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/
Dauth_x.c249 th->secret_id = new_secret_id; in process_one_ticket()
254 type, ceph_entity_type_name(type), th->secret_id, in process_one_ticket()
308 WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id)); in encrypt_authorizer()
382 au->secret_id = th->secret_id; in ceph_x_build_authorizer()
389 msg_a->ticket_blob.secret_id = cpu_to_le64(th->secret_id); in ceph_x_build_authorizer()
395 dout(" th %p secret_id %lld %lld\n", th, th->secret_id, in ceph_x_build_authorizer()
396 le64_to_cpu(msg_a->ticket_blob.secret_id)); in ceph_x_build_authorizer()
419 ceph_encode_64(p, th->secret_id); in ceph_x_encode_ticket()
673 if (au->secret_id < th->secret_id) { in ceph_x_update_authorizer()
675 au->service, au->secret_id, th->secret_id); in ceph_x_update_authorizer()
Dauth_x.h22 u64 secret_id; member
36 u64 secret_id; member
Dauth_x_protocol.h12 __le64 secret_id; member