MCPcopy 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

36class SivContext;
37
38typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
39
40shared_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