Searched refs:CIFSSEC_MAY_KRB5 (Results 1 – 3 of 3) sorted by relevance
855 #define CIFSSEC_MAY_KRB5 0x00008 macro895 …LM | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_LANMAN | CIFSSEC_MAY_PLNTXT | CIFSSEC_MAY_KRB5 | CIFSSEC_MAY…
1129 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()
411 else if ((secFlags & CIFSSEC_AUTH_MASK) == CIFSSEC_MAY_KRB5) { in CIFSSMBNegotiate()552 else if (secFlags & CIFSSEC_MAY_KRB5) in CIFSSMBNegotiate()