MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / rt_is_reverse_config_file

Function rt_is_reverse_config_file

libcppcryptfs/filename/cryptfilename.cpp:907–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905}
906
907bool
908rt_is_reverse_config_file(CryptContext *con, LPCWSTR FileName)
909{
910 if (!con->GetConfig()->m_reverse)
911 return false;
912 else
913 return *FileName == '\\' && !lstrcmpi(FileName + 1, REVERSE_CONFIG_NAME);
914}
915
916bool
917rt_is_dir_iv_file(CryptContext *con, LPCWSTR FileName)

Callers 1

Calls 1

GetConfigMethod · 0.80

Tested by

no test coverage detected