Home
last modified time | relevance | path

Searched defs:outHmac (Results 1 – 2 of 2) sorted by relevance

/base/security/device_auth/services/protocol/src/iso_protocol/
Diso_protocol_common.c88 static int IsoCalSelfToken(const IsoBaseParams *params, Uint8Buff *outHmac) in IsoCalSelfToken()
259 Uint8Buff outHmac = { hmacPeer, sizeof(hmacPeer) }; in IsoClientCheckAndGenToken() local
354 Uint8Buff outHmac = { hmacPeer, sizeof(hmacPeer) }; in IsoServerGenSessionKeyAndCalToken() local
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c170 static int32_t ComputeHmac(const Uint8Buff *key, const Uint8Buff *message, Uint8Buff *outHmac, bool… in ComputeHmac()