Lines Matching refs:max_depth
422 def set_subkey(self, sign_algo, name, uuid, subkey_version, max_depth, argument
435 if max_depth is None:
443 max_depth = self.previous_max_depth - 1
445 max_depth = 0
448 max_depth >= getattr(self, 'previous_max_depth')):
462 max_depth, sig_tee_alg[sign_algo], 2,
536 [self.name_size, self.subkey_version, self.max_depth, self.algo,
703 [name_size, subkey_version, max_depth, algo,
713 print(' max_depth: {}'.format(max_depth))
803 self.previous_max_depth = sk_image.max_depth
852 args.max_depth, args.name_size)
879 max_depth = -1
891 if max_depth >= 0:
892 if image.max_depth < 0 or image.max_depth >= max_depth:
894 .format(image.max_depth, max_depth))
895 max_depth = image.max_depth