MCPcopy Create free account
hub / github.com/ElementsProject/lightning / hmac_update

Function hmac_update

common/hmac.c:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void hmac_update(crypto_auth_hmacsha256_state *state,
16 const void *src, size_t slen)
17{
18 crypto_auth_hmacsha256_update(state, memcheck(src, slen), slen);
19}
20
21void hmac_done(crypto_auth_hmacsha256_state *state,
22 struct hmac *hmac)

Callers 2

hmacFunction · 0.70
compute_hmacFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected