Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsglob.h1936 #define CIFSSEC_MAY_KRB5 0x00008 macro
1956 #define CIFSSEC_AUTH_MASK (CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_KRB5 | CIFSSEC_MAY_NTLMSSP)
H A Dsmb2pdu.c1494 (global_secflags & CIFSSEC_MAY_KRB5)) in smb2_select_sectype()