when I tried to run 'mount -t cifs' under FIPS mode(linux kernel bootargs has fips=1) I got: "CIFS VFS: could not allocate crypto hmacmd5 CIFS VFS: could not setup hash structures rc -2 CIFS VFS: could not allocate crypto hmacmd5 <snip> " I tried to use various "sec=ntlmssp" etc with no success. MD5 is FIPS-prohibited, what do I need to mount CIFS with other crypto such hmacsha1 or hmacsha256(that are FIPS compatible), is this even possible with current cifs-utils code base? Thanks, xxiao