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

Function panic

libcppcryptfs/crypt/eme.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55static const bool DirectionDecrypt = false;
56
57static void panic(const WCHAR *mes)
58{
59 throw(-1);
60}
61
62
63 // multByTwo - GF multiplication as specified in the EME-32 draft

Callers 3

multByTwoFunction · 0.85
aesTransformFunction · 0.85
EmeTransformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected