Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ getCtx
Method
getCtx
flow/StreamCipher.cpp:102–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
EVP_CIPHER_CTX* StreamCipher::getCtx() {
103
return ctx;
104
}
105
106
HMAC_CTX* StreamCipher::getHmacCtx() {
107
return hmacCtx;
Callers
5
EncryptionStreamCipher
Method · 0.45
encrypt
Method · 0.45
finish
Method · 0.45
DecryptionStreamCipher
Method · 0.45
decrypt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected