MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / free_crypt_context

Function free_crypt_context

libcppcryptfs/crypt/crypt.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48static void free_crypt_context(EVP_CIPHER_CTX* ctx)
49{
50 /* Clean up */
51 if (ctx)
52 EVP_CIPHER_CTX_free(ctx);
53}
54
55shared_ptr<EVP_CIPHER_CTX> get_crypt_context(int ivlen, int mode)
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected