Home
last modified time | relevance | path

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

/system/security/keystore/
Dblob.cpp477 const ssize_t maxValueLength = fileLength - offsetof(blobv3, value) - rawBlob->info; in readBlob() local
479 if (rawBlob->length < 0 || rawBlob->length > maxValueLength || in readBlob()
488 memmove(rawBlob->value + rawBlob->length, rawBlob->value + maxValueLength, rawBlob->info); in readBlob()