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

Method add

crypto-openssl-11.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void Hmac_sha1_state::add (const unsigned char* buffer, size_t buffer_len)
93{
94 HMAC_Update(impl->ctx, buffer, buffer_len);
95}
96
97void Hmac_sha1_state::get (unsigned char* digest)
98{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected