HomeSort by relevance Sort by last modified time
    Searched refs:out_hash (Results 1 - 6 of 6) sorted by null

  /system/update_engine/common/
hash_calculator.h 80 brillo::Blob* out_hash);
82 brillo::Blob* out_hash);
84 brillo::Blob* out_hash);
hash_calculator.cc 91 brillo::Blob* out_hash) {
95 *out_hash = calc.raw_hash();
100 brillo::Blob* out_hash) {
101 return RawHashOfBytes(data.data(), data.size(), out_hash);
105 brillo::Blob* out_hash) {
114 *out_hash = calc.raw_hash();
  /external/boringssl/src/crypto/lhash/
lhash.c 128 * not found, it returns a pointer that points to a NULL pointer. If |out_hash|
129 * is not NULL, then it also puts the hash value of |data| in |*out_hash|. */
130 static LHASH_ITEM **get_next_ptr_and_hash(const _LHASH *lh, uint32_t *out_hash,
135 if (out_hash != NULL) {
136 *out_hash = hash;
  /system/tpm/trunks/
mock_tpm.h 430 TPM2B_DIGEST* out_hash,
    [all...]
tpm_generated.h     [all...]
tpm_generated.cc 17417 TPM2B_DIGEST out_hash; local
    [all...]

Completed in 220 milliseconds