Home
last modified time | relevance | path

Searched refs:preauth_info (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/smb/server/
H A Dconnection.h79 struct preauth_integrity_info *preauth_info; member
H A Dconnection.c41 kfree(conn->preauth_info); in ksmbd_conn_free()
H A Dsmb2pdu.c842 conn->preauth_info->Preauth_HashId); in assemble_neg_contexts()
1038 if (conn->preauth_info->Preauth_HashId) in deassemble_neg_contexts()
1158 conn->preauth_info = in smb2_handle_negotiate()
1161 if (!conn->preauth_info) { in smb2_handle_negotiate()
1174 kfree(conn->preauth_info); in smb2_handle_negotiate()
1175 conn->preauth_info = NULL; in smb2_handle_negotiate()
1182 kfree(conn->preauth_info); in smb2_handle_negotiate()
1183 conn->preauth_info = NULL; in smb2_handle_negotiate()
1189 conn->preauth_info->Preauth_HashValue); in smb2_handle_negotiate()
1279 if (!conn->preauth_info) in alloc_preauth_hash()
[all …]
H A Dauth.c944 if (conn->preauth_info->Preauth_HashId != in ksmbd_gen_preauth_integrity_hash()
/linux-6.15/fs/smb/server/mgmt/
H A Duser_session.c354 memcpy(sess->Preauth_HashValue, conn->preauth_info->Preauth_HashValue, in ksmbd_preauth_session_alloc()