Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ functions
Functions
741 in github.com/bailey27/cppcryptfs
⨍
Functions
741
◇
Types & classes
100
↓ 1 callers
Method
GetOpenFile
libcppcryptfs/file/openfiles.cpp:85
↓ 1 callers
Function
GetProgAndPublisherInfo
libipc/common_name.cpp:356
↓ 1 callers
Method
GetRandomBytes
libcppcryptfs/crypt/randombytes.cpp:45
↓ 1 callers
Function
GetSessionIdFromDokanFileInfo
cppcryptfs/dokan/cryptdokan.cpp:155
↓ 1 callers
Method
GetSettings
cppcryptfs/ui/CryptSettings.cpp:152
↓ 1 callers
Method
GetStringForLang
Direct reading of a string from a specific language section (bypassing the current thread locale)
cppcryptfs/cppcryptfs.cpp:118
↓ 1 callers
Function
GetTimeStampSignerInfo
libipc/common_name.cpp:526
↓ 1 callers
Function
GetUserNameFromToken
libcppcryptfs/util/util.cpp:846
↓ 1 callers
Function
IncOverlapped
libcppcryptfs/util/util.cpp:681
↓ 1 callers
Method
InitEme
libcppcryptfs/context/cryptcontext.cpp:39
↓ 1 callers
Method
InitGCMContentKey
libcppcryptfs/config/cryptconfig.cpp:1075
↓ 1 callers
Function
InitLogging
cppcryptfs/dokan/cryptdokan.cpp:2837
↓ 1 callers
Function
IsBigEndianMachine
libcppcryptfs/util/util.cpp:85
↓ 1 callers
Function
IsProcessElevated
libcommonutil/commonutil.cpp:171
↓ 1 callers
Function
IsRunningAsAdministrator
libcommonutil/commonutil.cpp:189
↓ 1 callers
Method
Leave
libcppcryptfs/util/KeybufManager.h:74
↓ 1 callers
Function
LoadLicensesFromResource
cppcryptfs/ui/CryptAboutPropertyPage.cpp:49
↓ 1 callers
Method
LockExclusive
libcppcryptfs/file/openfiles.h:124
↓ 1 callers
Method
LockFile
libcppcryptfs/file/cryptfile.cpp:613
↓ 1 callers
Method
LockShared
libcppcryptfs/file/openfiles.h:114
↓ 1 callers
Method
OnExit
cppcryptfs/ui/MountPropertyPage.cpp:1944
↓ 1 callers
Method
Open
libcppcryptfs/file/openfiles.h:84
↓ 1 callers
Function
OpenTokenForCurrentProcess
libcppcryptfs/util/util.cpp:829
↓ 1 callers
Function
PrintUserName
cppcryptfs/dokan/cryptdokan.cpp:211
↓ 1 callers
Method
ProcessCommandLine
cppcryptfs/ui/MountPropertyPage.cpp:1321
↓ 1 callers
Function
ReadFromNamedPipe
returns ptr into buf where interesting data starts or nullptr on failure
libipc/server.cpp:36
↓ 1 callers
Method
Register
libcppcryptfs/util/KeyCache.cpp:122
↓ 1 callers
Method
Rename
libcppcryptfs/file/openfiles.cpp:104
↓ 1 callers
Method
Retrieve
libcppcryptfs/util/KeyCache.cpp:234
↓ 1 callers
Method
SaveLanguageToRegistry
Saving user selection to the registry
cppcryptfs/cppcryptfs.cpp:188
↓ 1 callers
Method
SendCmdArgsToSelf
cppcryptfs/cppcryptfs.cpp:485
↓ 1 callers
Method
SetCaseSensitive
libcppcryptfs/context/cryptcontext.h:118
↓ 1 callers
Function
SetDbgVars
libcppcryptfs/util/util.cpp:756
↓ 1 callers
Method
SetKey
libcppcryptfs/crypt/siv.cpp:47
↓ 1 callers
Function
StartNamedPipeServer
cppcryptfs/cppcryptfs.cpp:212
↓ 1 callers
Method
StopClearThread
libcppcryptfs/util/KeyCache.cpp:102
↓ 1 callers
Method
Store
libcppcryptfs/util/KeyCache.cpp:208
↓ 1 callers
Method
UnlockExclusive
libcppcryptfs/file/openfiles.h:129
↓ 1 callers
Method
UnlockFile
libcppcryptfs/file/cryptfile.cpp:639
↓ 1 callers
Method
UnlockShared
libcppcryptfs/file/openfiles.h:119
↓ 1 callers
Method
Unregister
libcppcryptfs/util/KeyCache.cpp:146
↓ 1 callers
Method
WriteProfileBinary
cppcryptfs/cppcryptfs.cpp:475
↓ 1 callers
Method
add
MountPointManager becomes owner of tdata
cppcryptfs/dokan/MountPointManager.cpp:53
↓ 1 callers
Function
add_base64_padding
libcppcryptfs/util/util.cpp:165
↓ 1 callers
Function
adjust_file_offset_up
libcppcryptfs/util/fileutil.cpp:90
↓ 1 callers
Function
adjust_file_offset_up_truncate_zero
libcppcryptfs/util/fileutil.cpp:119
↓ 1 callers
Function
aes256_cmac_generate_subkeys
libcppcryptfs/crypt/aes-siv/aes256-cmac.cpp:6
↓ 1 callers
Function
aes256_ctr_increment_nonce
libcppcryptfs/crypt/aes-siv/aes256-ctr.cpp:5
↓ 1 callers
Function
aes256_decrypt_siv
libcppcryptfs/crypt/aes-siv/aes256-siv.cpp:93
↓ 1 callers
Function
aes256_encrypt_siv
libcppcryptfs/crypt/aes-siv/aes256-siv.cpp:66
↓ 1 callers
Function
can_delete_file
libcppcryptfs/util/fileutil.cpp:790
↓ 1 callers
Function
check_dokany_version
return false if won't work, returns true with no message if all ok, returns true with message if there will maybe be a problem
cppcryptfs/dokan/cryptdokan.cpp:2758
↓ 1 callers
Function
convert_fdata
libcppcryptfs/util/fileutil.cpp:230
↓ 1 callers
Function
crypt_at_exit
cppcryptfs/dokan/cryptdokan.cpp:2823
↓ 1 callers
Function
crypt_at_start
cppcryptfs/dokan/cryptdokan.cpp:2892
↓ 1 callers
Method
decrypt
decrypt single AES block (16 bytes)
libcppcryptfs/crypt/aes.cpp:121
↓ 1 callers
Function
decrypt_siv
libcppcryptfs/crypt/crypt.cpp:231
↓ 1 callers
Function
decrypt_string_gcm
libcppcryptfs/crypt/crypt.cpp:376
↓ 1 callers
Function
delete_directory
libcppcryptfs/util/fileutil.cpp:795
↓ 1 callers
Method
destroy
cppcryptfs/dokan/MountPointManager.cpp:80
↓ 1 callers
Function
do_self_args
cppcryptfsctl/cppcryptfsctl.cpp:132
↓ 1 callers
Function
encrypt_siv
libcppcryptfs/crypt/crypt.cpp:207
↓ 1 callers
Function
get_deletable_files
libcppcryptfs/context/cryptcontext.cpp:81
↓ 1 callers
Function
get_git_short_hash
()
build_scripts/make_version_header.py:7
↓ 1 callers
Method
get_mount_points
cppcryptfs/dokan/MountPointManager.cpp:223
↓ 1 callers
Function
get_open_handle_count
cppcryptfs/dokan/cryptdokan.cpp:2413
↓ 1 callers
Method
get_open_handle_count
cppcryptfs/dokan/MountPointManager.cpp:246
↓ 1 callers
Method
get_path
cppcryptfs/dokan/MountPointManager.cpp:203
↓ 1 callers
Function
get_sessionid
cppcryptfs/dokan/cryptdokan.cpp:2914
↓ 1 callers
Function
getopt
Implemented based on [1] and [2] for optional arguments. optopt is handled FreeBSD-style, per [3]. Other GNU and FreeBSD extensions are purely a
libcppcryptfs/util/getopt.c:63
↓ 1 callers
Function
have_args
libcppcryptfs/util/util.cpp:482
↓ 1 callers
Method
have_pipe
cppcryptfs/ui/MountPropertyPage.h:47
↓ 1 callers
Function
have_sessionid
cppcryptfs/dokan/cryptdokan.cpp:2909
↓ 1 callers
Function
init_security_name_privilege
cppcryptfs/dokan/cryptdokan.cpp:2483
↓ 1 callers
Method
init_serial
libcppcryptfs/config/cryptconfig.cpp:363
↓ 1 callers
Function
is_all_zeros
libcppcryptfs/util/util.cpp:600
↓ 1 callers
Function
is_interesting_name
libcppcryptfs/util/fileutil.cpp:291
↓ 1 callers
Function
is_power_of_two
libcppcryptfs/util/util.h:101
↓ 1 callers
Function
list_files
called to list files from the command line (not by Dokany)
cppcryptfs/dokan/cryptdokan.cpp:2575
↓ 1 callers
Method
load_dir
libcppcryptfs/filename/casecache.cpp:479
↓ 1 callers
Method
lock
libcppcryptfs/file/openfiles.h:47
↓ 1 callers
Method
lock_shared
libcppcryptfs/file/openfiles.h:53
↓ 1 callers
Function
main
()
build_scripts/make_version_header.py:20
↓ 1 callers
Function
mount_crypt_fs
cppcryptfs/dokan/cryptdokan.cpp:2019
↓ 1 callers
Function
mountmanager_continue_mounting
cppcryptfs/ui/uiutil.cpp:44
↓ 1 callers
Function
pad16
libcppcryptfs/util/pad16.h:44
↓ 1 callers
Function
prepare_basedir
libcppcryptfs/util/fileutil.cpp:1110
↓ 1 callers
Method
purge
libcppcryptfs/filename/casecache.cpp:444
↓ 1 callers
Function
read_dir_iv
libcppcryptfs/util/fileutil.cpp:139
↓ 1 callers
Function
read_virtual_file
libcppcryptfs/util/fileutil.cpp:425
↓ 1 callers
Method
reallocate
libcppcryptfs/file/iobufferpool.cpp:40
↓ 1 callers
Function
remove_base64_padding
libcppcryptfs/util/util.cpp:186
↓ 1 callers
Method
rename
libcppcryptfs/filename/casecache.cpp:525
↓ 1 callers
Function
rt_is_reverse_config_file
libcppcryptfs/filename/cryptfilename.cpp:907
↓ 1 callers
Function
sha512
libcppcryptfs/crypt/crypt.cpp:298
↓ 1 callers
Function
show_help
cppcryptfsctl/cppcryptfsctl.cpp:52
↓ 1 callers
Method
store_if_not_there
libcppcryptfs/filename/longfilenamecache.cpp:177
↓ 1 callers
Function
swapBytesVal
libcppcryptfs/util/util.cpp:52
↓ 1 callers
Function
transform_path
cppcryptfs/dokan/cryptdokan.cpp:2501
↓ 1 callers
Function
unPad16
unPad16 - remove padding
libcppcryptfs/util/pad16.cpp:46
← previous
next →
201–300 of 741, ranked by callers