Home
last modified time | relevance | path

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

/drivers/framework/utils/src/hcs_parser/
Dhcs_blob_if.c177 uint32_t blobLength; in CheckHcsBlobLength() local
179 blobLength = (uint32_t)(HBC_HEADER_LENGTH + header->totalSize); in CheckHcsBlobLength()
181 HDF_LOGI("%s: the blobLength: %u, byteAlign: %d", __func__, blobLength, g_byteAlign); in CheckHcsBlobLength()
183 blobLength = (uint32_t)(HBC_HEADER_LENGTH - header->totalSize); in CheckHcsBlobLength()
185 HDF_LOGI("%s: the blobLength: %u, byteAlign: %d", __func__, blobLength, g_byteAlign); in CheckHcsBlobLength()
187 if ((length != blobLength) || (blobLength < minLength)) { in CheckHcsBlobLength()
189 __func__, length, blobLength); in CheckHcsBlobLength()