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

Method CopyKeyParams

libcppcryptfs/config/cryptconfig.h:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 WCHAR get_base_drive_letter();
112
113 void CopyKeyParams(const CryptConfig& other) {
114 m_N = other.m_N; m_R = other.m_R; m_P = other.m_P; m_HKDF = other.m_HKDF;
115 }
116
117 // disallow copying
118 CryptConfig(CryptConfig const&) = delete;

Callers 1

do_self_argsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected