Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dnterr.c46 {"NT_STATUS_MORE_PROCESSING_REQUIRED",
47 NT_STATUS_MORE_PROCESSING_REQUIRED},
H A Dnterr.h69 #define NT_STATUS_MORE_PROCESSING_REQUIRED 0xC0000000 | 0x0016 macro
H A Dsmb2misc.c908 cpu_to_le32(NT_STATUS_MORE_PROCESSING_REQUIRED)))) in smb311_update_preauth_hash()
H A Dsess.c1782 cpu_to_le32(NT_STATUS_MORE_PROCESSING_REQUIRED)) in sess_auth_rawntlmssp_negotiate()
/linux/fs/smb/server/
H A Dnterr.h59 #define NT_STATUS_MORE_PROCESSING_REQUIRED (0xC0000000 | 0x0016) macro