Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ AES
Method
AES
libcppcryptfs/crypt/aes.cpp:85–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
AES::AES()
86
{
87
m_key_encrypt = NULL;
88
m_key_decrypt = NULL;
89
m_use_aes_ni = use_aes_ni();
90
}
91
92
AES::~AES()
93
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected