MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~AES

Method ~AES

libcppcryptfs/crypt/aes.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92AES::~AES()
93{
94 // don't delete keys
95}
96
97void AES::set_keys(const AES_KEY *key_encrypt, const AES_KEY *key_decrypt)
98{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected