MCPcopy 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
96StreamCipher::~StreamCipher() {
97 HMAC_CTX_free(hmacCtx);
98 EVP_CIPHER_CTX_free(ctx);
99 ctxs.erase(id);
100}
101
102EVP_CIPHER_CTX* StreamCipher::getCtx() {
103 return ctx;

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected