MCPcopy 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
102EVP_CIPHER_CTX* StreamCipher::getCtx() {
103 return ctx;
104}
105
106HMAC_CTX* StreamCipher::getHmacCtx() {
107 return hmacCtx;

Callers 5

encryptMethod · 0.45
finishMethod · 0.45
decryptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected