Searched refs:ucount (Results 1 – 1 of 1) sorted by relevance
247 size_t ucount = count; in readFromParcel() local252 chain.entries = reinterpret_cast<keymaster_blob_t*>(malloc(sizeof(keymaster_blob_t) * ucount)); in readFromParcel()258 memset(chain.entries, 0, sizeof(keymaster_blob_t) * ucount); in readFromParcel()259 for (size_t i = 0; i < ucount; ++i) { in readFromParcel()