| 31 | #include <windows.h> |
| 32 | |
| 33 | class CryptContext; |
| 34 | |
| 35 | int |
| 36 | read_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); |
nothing calls this directly
no outgoing calls
no test coverage detected