Searched refs:max_depth (Results 1 – 4 of 4) sorted by relevance
114 uint32_t max_depth; member202 uint32_t max_depth; member213 uint32_t max_depth, struct shdr_pub_key *key);
435 if max_depth is None:443 max_depth = self.previous_max_depth - 1445 max_depth = 0713 print(' max_depth: {}'.format(max_depth))803 self.previous_max_depth = sk_image.max_depth852 args.max_depth, args.name_size)879 max_depth = -1891 if max_depth >= 0:892 if image.max_depth < 0 or image.max_depth >= max_depth:894 .format(image.max_depth, max_depth))[all …]
249 uint32_t max_depth, struct shdr_pub_key *key) in shdr_load_pub_key() argument292 if (subkey->max_depth >= max_depth) { in shdr_load_pub_key()301 key->max_depth = subkey->max_depth; in shdr_load_pub_key()
249 uint32_t max_depth = UINT32_MAX; in ree_fs_ta_open() local291 ta_size, next_uuid_ptr, max_depth, in ree_fs_ta_open()302 max_depth = pub_key.max_depth; in ree_fs_ta_open()
Completed in 13 milliseconds