MCPcopy 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
39bool CryptContext::InitEme(const BYTE *key, bool hkdf)
40{
41
42 return m_eme.init(key, hkdf, m_config);
43
44}
45
46
47CryptContext::CryptContext()

Callers 1

mount_crypt_fsFunction · 0.80

Calls 1

initMethod · 0.80

Tested by

no test coverage detected