Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/pkcs11/src/
A Dobject.c312 size_t template_size = 0; in entry_create_object() local
338 template_size = sizeof(*template) + template->attrs_size; in entry_create_object()
344 rc = create_attributes_from_template(&head, template, template_size, in entry_create_object()
972 size_t template_size = 0; in entry_set_attribute_value() local
1029 template_size = sizeof(*template) + template->attrs_size; in entry_set_attribute_value()
1036 rc = create_attributes_from_template(&head, template, template_size, in entry_set_attribute_value()
1086 size_t template_size = 0; in entry_copy_object() local
1145 template_size = sizeof(*template) + template->attrs_size; in entry_copy_object()
1152 rc = create_attributes_from_template(&head, template, template_size, in entry_copy_object()
1192 head_new = TEE_Malloc(template_size, TEE_MALLOC_FILL_ZERO); in entry_copy_object()
[all …]
A Dpkcs11_attributes.h123 size_t template_size, struct obj_attrs *parent,
A Dprocessing.c219 size_t template_size = 0; in entry_generate_secret() local
249 template_size = sizeof(*template) + template->attrs_size; in entry_generate_secret()
263 rc = create_attributes_from_template(&head, template, template_size, in entry_generate_secret()
814 size_t template_size = 0; in entry_processing_key() local
937 template_size = sizeof(*template) + template->attrs_size; in entry_processing_key()
942 rc = create_attributes_from_template(&head, template, template_size, in entry_processing_key()
A Dpkcs11_attributes.c930 size_t template_size, in create_attributes_from_template() argument
951 trace_attributes_from_api_head("template", template, template_size); in create_attributes_from_template()
1016 rc = sanitize_client_object(&temp, template, template_size, class, in create_attributes_from_template()

Completed in 10 milliseconds