Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c504 uint32_t authIdPeerLen = HcStrlen(authIdStr) / BYTE_TO_HEX_OPER_LENGTH; in GetAndCheckAuthIdPeer() local
505 if (authIdPeerLen == 0 || authIdPeerLen > MAX_AUTH_ID_LEN) { in GetAndCheckAuthIdPeer()
509 uint8_t *authIdPeerTmp = (uint8_t *)HcMalloc(authIdPeerLen, 0); in GetAndCheckAuthIdPeer()
514 if (HexStringToByte(authIdStr, authIdPeerTmp, authIdPeerLen) != HC_SUCCESS) { in GetAndCheckAuthIdPeer()