Home
last modified time | relevance | path

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

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