Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dsigned_hdr.c202 const void *ns_name, size_t name_size) in calc_next_uuid() argument
212 if (!name_size) { in calc_next_uuid()
224 tmp = mempool_alloc(mempool_default, sizeof(*tmp) + name_size); in calc_next_uuid()
227 memcpy(tmp->name_str, ns_name, name_size); in calc_next_uuid()
232 strnlen(tmp->name_str, name_size)) || in calc_next_uuid()
317 key->name_size = subkey->name_size; in shdr_load_pub_key()
319 if (ADD_OVERFLOW(key->name_size, offs + shdr->img_size, &end) || in shdr_load_pub_key()
325 ns_img + offs + shdr->img_size, key->name_size); in shdr_load_pub_key()
/optee_os/scripts/
H A Dsign_encrypt.py424 name_size): argument
462 name_size, subkey_version,
539 [self.name_size, self.subkey_version, self.max_depth, self.algo,
545 self.name_img = self.inf[offs:offs + self.name_size]
546 offs += self.name_size
567 self.img = self.inf[subkey_offs:offs - self.name_size]
650 name_img = self.inf[offs:offs + name_size]
652 offs += name_size
707 [name_size, subkey_version, max_depth, algo,
715 print(' name_size: {}'.format(name_size))
[all …]
/optee_os/core/include/
H A Dsigned_hdr.h112 uint32_t name_size; member
203 uint32_t name_size; member
/optee_os/ta/pkcs11/src/
H 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/ta/avb/
H A Dentry.c53 char *name, uint32_t *name_size) in get_named_object_name() argument
67 *name_size = name_orig_size + pref_len; in get_named_object_name()
/optee_os/core/kernel/
H A Dree_fs_ta.c305 ADD_OVERFLOW(offs, pub_key.name_size, &offs) || in ree_fs_ta_open()