new_session_key   171 net/ceph/auth_x.c 	struct ceph_crypto_key new_session_key = { 0 };
new_session_key   204 net/ceph/auth_x.c 	ret = ceph_crypto_key_decode(&new_session_key, &dp, dend);
new_session_key   247 net/ceph/auth_x.c 	th->session_key = new_session_key;
new_session_key   262 net/ceph/auth_x.c 	ceph_crypto_key_destroy(&new_session_key);