Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ evp_cipher_ctx_st
Class
evp_cipher_ctx_st
libcppcryptfs/crypt/crypt.h:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
class SivContext;
37
38
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
39
40
shared_ptr<EVP_CIPHER_CTX> get_crypt_context(int ivlen, int mode);
41
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected