Home
last modified time | relevance | path

Searched refs:SECMODE_PW_ENCRYPT (Results 1 – 4 of 4) sorted by relevance

/fs/cifs/
Dsess.c668 ses->server->sec_mode & SECMODE_PW_ENCRYPT ? in CIFS_SessSetup()
Dcifspdu.h564 #define SECMODE_PW_ENCRYPT 0x02 macro
Dcifssmb.c510 } else if (server->sec_mode & SECMODE_PW_ENCRYPT) { in CIFSSMBNegotiate()
535 if ((server->sec_mode & SECMODE_PW_ENCRYPT) == 0) in CIFSSMBNegotiate()
621 } else if (server->sec_mode & SECMODE_PW_ENCRYPT) { in CIFSSMBNegotiate()
Dconnect.c3662 SECMODE_PW_ENCRYPT ? true : false, in CIFSTCon()