Lines Matching full:hash
30 // Omaha uses base64 encoded SHA-256 as the hash. This class provides a simple
31 // wrapper around OpenSSL providing such a formatted hash of data passed in.
34 // or more calls to hash().
47 // Updates the hash with up to |length| bytes of data from |file|. If |length|
49 // of bytes that the hash was updated with, or -1 on error.
54 // hash.
58 // Gets the hash. Finalize() must have been called.
59 const std::string& hash() const {
69 // Gets the current hash context. Note that the string will contain binary
73 // Sets the current hash context. |context| must the string returned by a
92 // If non-empty, the final base64 encoded hash and the raw hash. Will only be
100 // The hash state used by OpenSSL