Searched refs:NTLMv2 (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | fs_context.c | 153 vol->sectype = NTLMv2; in cifs_parse_security_flavors()
|
H A D | cifsglob.h | 127 NTLMv2, /* Legacy NTLM auth with NTLMv2 hash */ enumerator 128 RawNTLMSSP, /* NTLMSSP without SPNEGO, NTLMv2 hash */ 2021 case NTLMv2: in get_security_type_str() 2022 return "NTLMv2"; in get_security_type_str()
|
H A D | sess.c | 816 case NTLMv2: in cifs_select_sectype() 820 return NTLMv2; in cifs_select_sectype() 1216 cifs_dbg(VFS, "Error %d during NTLMv2 authentication\n", rc); in sess_auth_ntlmv2() 1705 case NTLMv2: in select_sec()
|
H A D | cifsfs.c | 418 case NTLMv2: in cifs_show_security()
|
H A D | smb2pdu.c | 1151 case NTLMv2: in smb2_select_sectype()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | sess.c | 964 cifs_dbg(VFS, "%s: server does not seem to support either NTLMv1 or NTLMv2\n", __func__); in decode_ntlmssp_challenge() 1314 case NTLMv2: in cifs_select_sectype() 1318 return NTLMv2; in cifs_select_sectype() 1485 cifs_dbg(VFS, "Error %d during NTLMv2 authentication\n", rc); in sess_auth_ntlmv2() 1975 case NTLMv2: in select_sec()
|
H A D | cifs_swn.c | 150 case NTLMv2: in cifs_swn_send_register_message()
|
H A D | cifsglob.h | 146 NTLMv2, /* Legacy NTLM auth with NTLMv2 hash */ enumerator 147 RawNTLMSSP, /* NTLMSSP without SPNEGO, NTLMv2 hash */ 158 struct shash_desc *hmacmd5; /* hmacmd5 hash function, for NTLMv2/CR1 hashes */ 2112 case NTLMv2: in get_security_type_str() 2113 return "NTLMv2"; in get_security_type_str()
|
H A D | fs_context.c | 231 ctx->sectype = NTLMv2; in cifs_parse_security_flavors()
|
H A D | cifsfs.c | 474 case NTLMv2: in cifs_show_security()
|
H A D | smb2pdu.c | 1392 case NTLMv2: in smb2_select_sectype()
|
Completed in 33 milliseconds