Home | History | Annotate | Download | only in keystore

Lines Matching defs:headerLength

609         size_t headerLength = (mBlob.encrypted - (uint8_t*) &mBlob);
610 size_t fileLength = encryptedLength + headerLength + mBlob.info;
653 size_t headerLength = (mBlob.encrypted - (uint8_t*) &mBlob);
654 if (fileLength < headerLength) {
658 ssize_t encryptedLength = fileLength - (headerLength + mBlob.info);