Lines Matching refs:secret_id
253 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()
399 dout(" th %p secret_id %lld %lld\n", th, 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()
451 ceph_entity_type_name(th->service), th->secret_id); in have_key()
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()
944 th->secret_id); in invalidate_ticket()