Home
last modified time | relevance | path

Searched refs:name_size (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/crypto/
A Dsigned_hdr.c187 const void *ns_name, size_t name_size) in calc_next_uuid() argument
197 if (!name_size) { in calc_next_uuid()
209 tmp = mempool_alloc(mempool_default, sizeof(*tmp) + name_size); in calc_next_uuid()
212 memcpy(tmp->name_str, ns_name, name_size); in calc_next_uuid()
217 strnlen(tmp->name_str, name_size)) || in calc_next_uuid()
302 key->name_size = subkey->name_size; in shdr_load_pub_key()
304 if (ADD_OVERFLOW(key->name_size, offs + shdr->img_size, &end) || in shdr_load_pub_key()
310 ns_img + offs + shdr->img_size, key->name_size); in shdr_load_pub_key()
/optee_os-3.20.0/core/include/
A Dsigned_hdr.h112 uint32_t name_size; member
203 uint32_t name_size; member
/optee_os-3.20.0/scripts/
A Dsign_encrypt.py423 name_size): argument
461 name_size, subkey_version,
543 offs += self.name_size
646 name_img = self.inf[offs:offs + name_size]
648 offs += name_size
703 [name_size, subkey_version, max_depth, algo,
711 print(' name_size: {}'.format(name_size))
852 args.max_depth, args.name_size)
899 if image.name_size > 0:
943 if len(args.name) > sk_image.name_size:
[all …]
/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_ec.c268 size_t name_size; member
282 .name_size = sizeof(_label ## _name_der), \
308 if (size == curve->name_size && in get_curve()
309 !TEE_MemCompare(attr, curve->name_der, curve->name_size)) in get_curve()
/optee_os-3.20.0/ta/avb/
A Dentry.c54 char *name, uint32_t *name_size) in get_named_object_name() argument
68 *name_size = name_orig_size + pref_len; in get_named_object_name()
/optee_os-3.20.0/core/kernel/
A Dree_fs_ta.c297 ADD_OVERFLOW(offs, pub_key.name_size, &offs) || in ree_fs_ta_open()

Completed in 11 milliseconds