Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
HMAC_CTX* StreamCipher::getHmacCtx() {
107
return hmacCtx;
108
}
109
110
void StreamCipher::cleanup() noexcept {
111
for (auto itr : ctxs) {
Callers
3
HmacSha256StreamCipher
Method · 0.80
digest
Method · 0.80
finish
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected