MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / DecryptFileState

Class DecryptFileState

tinyemu/fs_wget.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70typedef int DecryptFileCB(void *opaque, const uint8_t *data, size_t len);
71typedef struct DecryptFileState DecryptFileState;
72
73DecryptFileState *decrypt_file_init(AES_KEY *aes_state,
74 DecryptFileCB *write_cb,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected