Home
last modified time | relevance | path

Searched refs:CIFSSEC_MAY_KRB5 (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/fs/cifs/
Dcifsglob.h855 #define CIFSSEC_MAY_KRB5 0x00008 macro
895 …LM | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_LANMAN | CIFSSEC_MAY_PLNTXT | CIFSSEC_MAY_KRB5 | CIFSSEC_MAY…
Dconnect.c1129 vol->secFlg |= CIFSSEC_MAY_KRB5 | in cifs_parse_mount_options()
1137 vol->secFlg |= CIFSSEC_MAY_KRB5; in cifs_parse_mount_options()
1753 if (!(secFlags & CIFSSEC_MAY_KRB5)) in match_security()
Dcifssmb.c411 else if ((secFlags & CIFSSEC_AUTH_MASK) == CIFSSEC_MAY_KRB5) { in CIFSSMBNegotiate()
552 else if (secFlags & CIFSSEC_MAY_KRB5) in CIFSSMBNegotiate()