Lines Matching refs:session_key
132 ceph_crypto_key_destroy(&th->session_key); in remove_ticket_handler()
191 memcpy(&old_key, &th->session_key, sizeof(old_key)); in process_one_ticket()
231 ceph_crypto_key_destroy(&th->session_key); in process_one_ticket()
234 th->session_key = new_session_key; in process_one_ticket()
285 ceph_crypto_key_destroy(&au->session_key); in ceph_x_authorizer_cleanup()
307 ceph_crypto_key_destroy(&au->session_key); in ceph_x_build_authorizer()
308 ret = ceph_crypto_key_clone(&au->session_key, &th->session_key); in ceph_x_build_authorizer()
350 ret = ceph_x_encrypt(&au->session_key, &msg_b, sizeof(msg_b), in ceph_x_build_authorizer()
539 ret = ceph_x_proc_ticket_reply(ac, &th->session_key, in ceph_x_handle_reply()
616 ret = ceph_x_decrypt(&au->session_key, &p, end, &preply, sizeof(reply)); in ceph_x_verify_authorizer_reply()
689 ret = ceph_x_encrypt(&au->session_key, &tmp, sizeof(tmp), in calcu_signature()