Lines Matching full:fingerprint
15 * Fingerprint (cryptographic hashing) support for generating strong hashes of image
34 /// \brief Container fingerprint (MD5 only at present).
49 /// Check if fingerprint is all zeros.
60 /// Set to all zeros, a value used to indicate an invalid fingerprint.
78 /// Produce a 32-bit hash value from fingerprint used for faster hashing of
83 /// Convert fingerprint to UTF-8 string.
86 /// fingerprint will be written.
90 /// Convert UTF-8 string to fingerprint. Returns true on success, false on
94 /// fingerprint will be read.
148 /// \brief Class to hash binary data to a fingerprint using the MD5 Message-Digest
162 /// Reset the fingerprint.
183 /// Get the fingerprint (i.e., result of the hash).