Home
last modified time | relevance | path

Searched refs:hmacLen (Results 1 - 2 of 2) sorted by relevance

/base/security/device_auth/services/protocol/inc/iso_protocol/
H A Diso_protocol_common.h49 int IsoClientGenSessionKey(IsoBaseParams *params, int returnResult, const uint8_t *hmac, uint32_t hmacLen);
/base/security/device_auth/services/protocol/src/iso_protocol/
H A Diso_protocol_common.c287 int IsoClientGenSessionKey(IsoBaseParams *params, int returnResult, const uint8_t *hmac, uint32_t hmacLen) in IsoClientGenSessionKey() argument
310 if (memcmp(outHmacBuf.val, hmac, hmacLen) != 0) { in IsoClientGenSessionKey()

Completed in 2 milliseconds