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

Method get

crypto-openssl-11.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void Hmac_sha1_state::get (unsigned char* digest)
98{
99 unsigned int len;
100 HMAC_Final(impl->ctx, digest, &len);
101}
102
103
104void random_bytes (unsigned char* buffer, size_t len)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected