Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dcifsglob.h1882 #define CIFSSEC_MAY_KRB5 0x00008 macro
1902 #define CIFSSEC_AUTH_MASK (CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_KRB5 | CIFSSEC_MAY_NTLMSSP)
Dsess.c1306 (global_secflags & CIFSSEC_MAY_KRB5)) in cifs_select_sectype()
Dsmb2pdu.c1399 (global_secflags & CIFSSEC_MAY_KRB5)) in smb2_select_sectype()
Dcifssmb.c393 (CIFSSEC_MAY_KRB5 | CIFSSEC_MAY_NTLMSSP)) in should_set_ext_sec_flag()