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

Function handleErrors

libcppcryptfs/crypt/crypt.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42static void
43handleErrors()
44{
45 throw (-1);
46}
47
48static void free_crypt_context(EVP_CIPHER_CTX* ctx)
49{

Callers 5

get_crypt_contextFunction · 0.85
encryptFunction · 0.85
decryptFunction · 0.85
sha256Function · 0.85
sha512Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected