Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_blob_if.c109 int32_t rootLen = HcsGetNodeOrAttrLength(blob); in HcsGetNodeLength() local
110 if (rootLen < 0) { in HcsGetNodeLength()
111 HDF_LOGE("%{public}s failed, the rootLen is %{public}d", __func__, rootLen); in HcsGetNodeLength()
114 rootLen += (int32_t)HcsByteCodeToUint32(blob + HCS_PREFIX_LENGTH + HCS_STRING_LENGTH(blob + HCS_PREFIX_LENGTH)); in HcsGetNodeLength()
115 return rootLen; in HcsGetNodeLength()
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp215 uint32_t rootLen = TAG_AND_LEN_BYTE + dataContent->contentSize + TAG_AND_LEN_BYTE + ED25519_FIX_SIGN_BUFFER_SIZE; in GenerateRetTlv() local
216 if (WriteTlvHead(ATTR_ROOT, rootLen, retTlv) != RESULT_SUCCESS || in GenerateRetTlv()

Completed in 2 milliseconds