Home
last modified time | relevance | path

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

/optee_os/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.c213 size_t template_size = 0; in entry_generate_secret() local
243 template_size = sizeof(*template) + template->attrs_size; in entry_generate_secret()
257 rc = create_attributes_from_template(&head, template, template_size, in entry_generate_secret()
807 size_t template_size = 0; in entry_processing_key() local
930 template_size = sizeof(*template) + template->attrs_size; in entry_processing_key()
935 rc = create_attributes_from_template(&head, template, template_size, in entry_processing_key()
A Dpkcs11_attributes.c916 size_t template_size, in create_attributes_from_template() argument
937 trace_attributes_from_api_head("template", template, template_size); in create_attributes_from_template()
998 rc = sanitize_client_object(&temp, template, template_size, class, in create_attributes_from_template()

Completed in 10 milliseconds