Lines Matching refs:max_depth
423 def set_subkey(self, sign_algo, name, uuid, subkey_version, max_depth, argument
436 if max_depth is None:
444 max_depth = self.previous_max_depth - 1
446 max_depth = 0
449 max_depth >= getattr(self, 'previous_max_depth')):
463 max_depth, sig_tee_alg[sign_algo], 2,
539 [self.name_size, self.subkey_version, self.max_depth, self.algo,
707 [name_size, subkey_version, max_depth, algo,
717 print(' max_depth: {}'.format(max_depth))
807 self.previous_max_depth = sk_image.max_depth
856 args.max_depth, args.name_size)
883 max_depth = -1
895 if max_depth >= 0:
896 if image.max_depth < 0 or image.max_depth >= max_depth:
898 .format(image.max_depth, max_depth))
899 max_depth = image.max_depth