Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ InitEme
Method
InitEme
libcppcryptfs/context/cryptcontext.cpp:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
39
bool CryptContext::InitEme(const BYTE *key, bool hkdf)
40
{
41
42
return m_eme.init(key, hkdf, m_config);
43
44
}
45
46
47
CryptContext::CryptContext()
Callers
1
mount_crypt_fs
Function · 0.80
Calls
1
init
Method · 0.80
Tested by
no test coverage detected