Lines Matching refs:session_key
131 ceph_crypto_key_destroy(&th->session_key); in remove_ticket_handler()
190 memcpy(&old_key, &th->session_key, sizeof(old_key)); in process_one_ticket()
230 ceph_crypto_key_destroy(&th->session_key); in process_one_ticket()
233 th->session_key = new_session_key; in process_one_ticket()
297 ceph_crypto_key_destroy(&au->session_key); in ceph_x_build_authorizer()
298 ret = ceph_crypto_key_clone(&au->session_key, &th->session_key); in ceph_x_build_authorizer()
312 ceph_crypto_key_destroy(&au->session_key); in ceph_x_build_authorizer()
340 ret = ceph_x_encrypt(&au->session_key, &msg_b, sizeof(msg_b), in ceph_x_build_authorizer()
530 ret = ceph_x_proc_ticket_reply(ac, &th->session_key, in ceph_x_handle_reply()
607 ret = ceph_x_decrypt(&au->session_key, &p, end, &preply, sizeof(reply)); in ceph_x_verify_authorizer_reply()
627 ceph_crypto_key_destroy(&au->session_key); in ceph_x_destroy_authorizer()
682 ret = ceph_x_encrypt(&au->session_key, &tmp, sizeof(tmp), in calcu_signature()