MCPcopy 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
79StreamCipherKey::~StreamCipherKey() {
80 reset();
81 cipherKeys.erase(this->id);
82}
83
84StreamCipher::StreamCipher(int keySize)
85 : id(deterministicRandom()->randomUniqueID()), ctx(EVP_CIPHER_CTX_new()), hmacCtx(HMAC_CTX_new()),

Callers

nothing calls this directly

Calls 2

resetFunction · 0.85
eraseMethod · 0.45

Tested by

no test coverage detected