Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_svc_cryp.c675 struct attr_ops { struct
1112 static const struct attr_ops attr_ops[] = { variable
1290 const struct attr_ops *ops = NULL; in syscall_cryp_obj_get_attr()
1325 ops = attr_ops + type_props->type_attrs[idx].ops_index; in syscall_cryp_obj_get_attr()
1344 attr_ops[ta->ops_index].free((uint8_t *)o->attr + ta->raw_offs); in tee_obj_attr_free()
1362 attr_ops[ta->ops_index].clear((uint8_t *)o->attr + in tee_obj_attr_clear()
1390 res = attr_ops[ta->ops_index].to_binary(attr, data, len, &offs); in tee_obj_attr_to_binary()
1420 if (!attr_ops[ta->ops_index].from_binary(attr, data, data_len, in tee_obj_attr_from_binary()
1451 res = attr_ops[ta->ops_index].from_obj(attr, src_attr); in tee_obj_attr_copy_from()
1509 res = attr_ops[ta->ops_index].from_obj(attr, src_attr); in tee_obj_attr_copy_from()
[all …]