Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/cifs/
H A Dcifs_mount.h22 #define CIFS_MAX_PASSWORD_LEN 512 /* Windows max seems to be 256 wide chars */ macro
/openbmc/linux/fs/smb/client/
H A Dconnect.c1903 CIFS_MAX_PASSWORD_LEN)) in match_session()
2177 if (len > CIFS_MAX_PASSWORD_LEN || len <= 0) { in cifs_set_cifscreds()