Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ ~StreamCipherKey
Method
~StreamCipherKey
flow/StreamCipher.cpp:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
StreamCipherKey::~StreamCipherKey() {
80
reset();
81
cipherKeys.erase(this->id);
82
}
83
84
StreamCipher::StreamCipher(int keySize)
85
: id(deterministicRandom()->randomUniqueID()), ctx(EVP_CIPHER_CTX_new()), hmacCtx(HMAC_CTX_new()),
Callers
nothing calls this directly
Calls
2
reset
Function · 0.85
erase
Method · 0.45
Tested by
no test coverage detected