Lines Matching refs:digest
68 The verifier is now entering the named zone. It reads ahead and extracts the entry key from the zone entry data and synthisises a DS record for the given digest type and verifies the signature. It then enters the next zone.
505 // DigestKey calculates a DS digest as specified in
520 const uint8* digest;
527 digest = reinterpret_cast<const uint8*>(temp.data());
531 digest = temp2;
543 memcpy(output + 4, digest, digest_len);
728 base::StringPiece digest;
730 !VariableLength16(&digest)) {
735 lookahead[i] = digest.empty();
736 if (!digest.empty())
737 (*rrdatas)[i] = digest;
750 base::StringPiece digest;
752 if (DigestKey(&digest, next_name, next_entry_key, digest_types[i],
759 // that type of digest, then we can't continue.
762 (*rrdatas)[i] = digest;
767 given_digest.size() == digest.size() &&
768 memcmp(given_digest.data(), digest.data(), digest.size()) == 0) {