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

Function fromwire_hmac

common/hmac.c:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void fromwire_hmac(const u8 **ptr, size_t *max, struct hmac *hmac)
53{
54 fromwire_u8_array(ptr, max, hmac->bytes, ARRAY_SIZE(hmac->bytes));
55}

Callers 4

parse_onionpacketFunction · 0.70
process_onionpacketFunction · 0.70
unwrap_onionreplyFunction · 0.70

Calls 1

fromwire_u8_arrayFunction · 0.50

Tested by

no test coverage detected