Searched defs:outHmac (Results 1 - 2 of 2) sorted by relevance
/base/security/device_auth/services/protocol/src/iso_protocol/ |
H A D | iso_protocol_common.c | 93 static int IsoCalSelfToken(const IsoBaseParams *params, Uint8Buff *outHmac) in IsoCalSelfToken() argument 267 Uint8Buff outHmac = { hmacPeer, sizeof(hmacPeer) }; in IsoClientCheckAndGenToken() local 363 Uint8Buff outHmac = { hmacPeer, sizeof(hmacPeer) }; in IsoServerGenSessionKeyAndCalToken() local [all...] |
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
H A D | huks_adapter.c | 422 static int32_t CheckHmacParams(const KeyParams *keyParams, const Uint8Buff *message, const Uint8Buff *outHmac) in CheckHmacParams() argument 438 static int32_t ComputeHmac(const KeyParams *keyParams, const Uint8Buff *message, Uint8Buff *outHmac) in ComputeHmac() argument 533 CheckHmacWithThreeStageParams(const KeyParams *keyParams, const Uint8Buff *message, const Uint8Buff *outHmac) CheckHmacWithThreeStageParams() argument 550 ComputeHmacWithThreeStageInner(const KeyParams *keyParams, const Uint8Buff *message, Uint8Buff *outHmac) ComputeHmacWithThreeStageInner() argument 594 ComputeHmacWithThreeStage(const KeyParams *keyParams, const Uint8Buff *message, Uint8Buff *outHmac) ComputeHmacWithThreeStage() argument [all...] |
Completed in 6 milliseconds