MCPcopy Create free account
hub / github.com/AGWA/git-crypt / ~Aes_ctr_encryptor

Method ~Aes_ctr_encryptor

crypto.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44Aes_ctr_encryptor::~Aes_ctr_encryptor ()
45{
46 explicit_memset(pad, '\0', BLOCK_LEN);
47}
48
49void Aes_ctr_encryptor::process (const unsigned char* in, unsigned char* out, size_t len)
50{

Callers

nothing calls this directly

Calls 1

explicit_memsetFunction · 0.85

Tested by

no test coverage detected