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

Class CryptContext

libcppcryptfs/file/cryptio.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include <windows.h>
32
33class CryptContext;
34
35int
36read_block(CryptContext *con, HANDLE hfile, BYTE *inputbuf, int bytesinbuf, int *bytes_consumed, const unsigned char *fileid, unsigned long long block, unsigned char *ptbuf, EVP_CIPHER_CTX* openssl_crypt_context);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected