MCPcopy Create free account
hub / github.com/apple/foundationdb / getHmacCtx

Method getHmacCtx

flow/StreamCipher.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106HMAC_CTX* StreamCipher::getHmacCtx() {
107 return hmacCtx;
108}
109
110void StreamCipher::cleanup() noexcept {
111 for (auto itr : ctxs) {

Callers 3

digestMethod · 0.80
finishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected