Home | History | Annotate | Download | only in keystore

Lines Matching defs:headerLength

514         size_t headerLength = (mBlob.encrypted - (uint8_t*) &mBlob);
515 size_t fileLength = encryptedLength + headerLength + mBlob.info;
558 size_t headerLength = (mBlob.encrypted - (uint8_t*) &mBlob);
559 if (fileLength < headerLength) {
563 headerLength + mBlob.info);