Searched refs:blobLength (Results 1 – 1 of 1) sorted by relevance
/drivers/hdf_core/framework/utils/src/hcs_parser/ |
D | hcs_blob_if.c | 177 uint32_t blobLength; in CheckHcsBlobLength() local 179 blobLength = (uint32_t)(HBC_HEADER_LENGTH + header->totalSize); in CheckHcsBlobLength() 181 …%{public}s: the blobLength: %{public}u, byteAlign: %{public}d", __func__, blobLength, g_byteAlign); in CheckHcsBlobLength() 183 blobLength = (uint32_t)(HBC_HEADER_LENGTH - header->totalSize); in CheckHcsBlobLength() 185 …%{public}s: the blobLength: %{public}u, byteAlign: %{public}d", __func__, blobLength, g_byteAlign); in CheckHcsBlobLength() 187 if ((length != blobLength) || (blobLength < minLength)) { in CheckHcsBlobLength() 189 __func__, length, blobLength); in CheckHcsBlobLength()
|