Home
last modified time | relevance | path

Searched refs:max_depth (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/include/
A Dsigned_hdr.h114 uint32_t max_depth; member
202 uint32_t max_depth; member
213 uint32_t max_depth, struct shdr_pub_key *key);
/optee_os-3.20.0/scripts/
A Dsign_encrypt.py435 if max_depth is None:
443 max_depth = self.previous_max_depth - 1
445 max_depth = 0
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))
[all …]
/optee_os-3.20.0/core/crypto/
A Dsigned_hdr.c249 uint32_t max_depth, struct shdr_pub_key *key) in shdr_load_pub_key() argument
292 if (subkey->max_depth >= max_depth) { in shdr_load_pub_key()
301 key->max_depth = subkey->max_depth; in shdr_load_pub_key()
/optee_os-3.20.0/core/kernel/
A Dree_fs_ta.c249 uint32_t max_depth = UINT32_MAX; in ree_fs_ta_open() local
291 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