Lines Matching defs:fingerprint
2029 static const char *fingerprint = "STMP";
2048 * Loop through the first search area, looking for the NCB fingerprint.
2050 dev_dbg(dev, "Scanning for an NCB fingerprint...\n");
2056 dev_dbg(dev, "Looking for a fingerprint in page 0x%x\n", page);
2059 * Read the NCB fingerprint. The fingerprint is four bytes long
2063 strlen(fingerprint));
2067 /* Look for the fingerprint. */
2068 if (!memcmp(buffer, fingerprint, strlen(fingerprint))) {
2078 dev_dbg(dev, "\tFound a fingerprint\n");
2080 dev_dbg(dev, "\tNo fingerprint found\n");
2128 /* Write the NCB fingerprint into the page buffer. */
2130 memcpy(buffer + 12, fingerprint, strlen(fingerprint));
2139 dev_dbg(dev, "Writing an NCB fingerprint in page 0x%x\n", page);