Home | History | Annotate | Download | only in keystore

Lines Matching defs:headerLength

375         size_t headerLength = (mBlob.encrypted - (uint8_t*) &mBlob);
376 size_t fileLength = encryptedLength + headerLength + mBlob.info;
406 size_t headerLength = (mBlob.encrypted - (uint8_t*) &mBlob);
407 if (fileLength < headerLength) {
411 ssize_t encryptedLength = fileLength - (headerLength + mBlob.info);