ZGPL_KeyDerivationHmac Function

C

void ZGPL_KeyDerivationHmac(ZGP_SinkTableEntry_t* sinkTableEntry, uint8_t *derivedKey, void (*keyedHashMacCb)(void));

Description

To derive the GPD security key from network/group key. This is mainly used by high sink.

Parameters

ParamDescription
sinkTableEntrysink entry
derivedKeykey to be derived
keyedHashMacCbcallback function

Returns

None