Lines Matching refs:constructors
53 self.constructors = info.constructors
121 for key_type in sorted(self.constructors.key_types):
128 for curve_family in sorted(self.constructors.ecc_curves):
135 for dh_family in sorted(self.constructors.dh_groups):
166 self.constructors = info.constructors
212 for key_type in sorted(self.constructors.key_types):
219 for curve_family in sorted(self.constructors.ecc_curves):
223 for dh_family in sorted(self.constructors.dh_groups):
239 self.constructors = info.constructors
240 key_type_expressions = self.constructors.generate_expressions(
241 sorted(self.constructors.key_types)
362 algorithms = sorted(self.constructors.algorithms)
363 for expr in self.constructors.generate_expressions(algorithms):
437 self.constructors = info.constructors #type: macro_collector.PSAMacroEnumerator
541 lifetimes = sorted(self.constructors.lifetimes)
542 expressions = self.constructors.generate_expressions(lifetimes)
579 known_flags = sorted(self.constructors.key_usage_flags)
588 known_flags = sorted(self.constructors.key_usage_flags)
643 key_types = sorted(self.constructors.key_types)
645 for alg in self.constructors.generate_expressions(
646 sorted(self.constructors.algorithms)
648 for key_type in self.constructors.generate_expressions(key_types):
676 algorithms = sorted(self.constructors.algorithms)
677 for alg in self.constructors.generate_expressions(algorithms):
766 key_types = set(self.constructors.generate_expressions(self.constructors.key_types))
767 algorithms = set(self.constructors.generate_expressions(self.constructors.sign_algorithms))