Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ ~StreamCipher
Method
~StreamCipher
flow/StreamCipher.cpp:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
StreamCipher::~StreamCipher() {
97
HMAC_CTX_free(hmacCtx);
98
EVP_CIPHER_CTX_free(ctx);
99
ctxs.erase(id);
100
}
101
102
EVP_CIPHER_CTX* StreamCipher::getCtx() {
103
return ctx;
Callers
nothing calls this directly
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected