Searched refs:issuer_hash (Results 1 – 2 of 2) sorted by relevance
157 std::string issuer_hash = range.issuer_public_key_hash(); in CastCRL() local161 auto& serial_number_range = revoked_serial_numbers_[issuer_hash]; in CastCRL()
576 self.issuer_hash = hash(self.issuer_str)625 if self.issuer_hash != other.subject_hash:635 if self.issuer_hash == self.subject_hash:770 self.issuer_hash = hash(self.issuer_str)819 if self.issuer_hash != other.subject_hash: