Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/
Dconnection.h76 struct preauth_integrity_info *preauth_info; member
Dconnection.c41 kfree(conn->preauth_info); in ksmbd_conn_free()
Dsmb2pdu.c818 conn->preauth_info->Preauth_HashId); in assemble_neg_contexts()
883 conn->preauth_info->Preauth_HashId = in decode_preauth_ctxt()
1012 if (conn->preauth_info->Preauth_HashId) in deassemble_neg_contexts()
1130 conn->preauth_info = in smb2_handle_negotiate()
1133 if (!conn->preauth_info) { in smb2_handle_negotiate()
1146 kfree(conn->preauth_info); in smb2_handle_negotiate()
1147 conn->preauth_info = NULL; in smb2_handle_negotiate()
1154 kfree(conn->preauth_info); in smb2_handle_negotiate()
1155 conn->preauth_info = NULL; in smb2_handle_negotiate()
1161 conn->preauth_info->Preauth_HashValue); in smb2_handle_negotiate()
[all …]
Dauth.c919 if (conn->preauth_info->Preauth_HashId != in ksmbd_gen_preauth_integrity_hash()
/linux-6.1.9/fs/ksmbd/mgmt/
Duser_session.c283 memcpy(sess->Preauth_HashValue, conn->preauth_info->Preauth_HashValue, in ksmbd_preauth_session_alloc()