Home
last modified time | relevance | path

Searched refs:hmacPeer (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/device_auth/services/protocol/src/iso_protocol/
H A Diso_protocol_common.c266 uint8_t hmacPeer[SHA256_LEN] = { 0 }; in IsoClientCheckAndGenToken() local
267 Uint8Buff outHmac = { hmacPeer, sizeof(hmacPeer) }; in IsoClientCheckAndGenToken()
362 uint8_t hmacPeer[SHA256_LEN] = { 0 }; in IsoServerGenSessionKeyAndCalToken() local
363 Uint8Buff outHmac = { hmacPeer, sizeof(hmacPeer) }; in IsoServerGenSessionKeyAndCalToken()