Lines Matching defs:name
18 # information: Portions Copyright [yyyy] [name of copyright owner]
52 name = "signature"
54 ordinality = generic._orderdict[name]
180 def __get_hash_by_name(self, name):
182 algorithm name."""
185 if h.name == name:
244 # attribute, but it can sign that attribute's name.
548 res.append((self.name, "certificate", self.hash,
550 res.append((self.name, "algorithm",
552 res.append((self.name, "signature", self.attrs["value"],
559 res.append((self.name, attr, hash, None))
567 if self.name != other.name: