Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dobject.c314 size_t template_size = 0; in entry_create_object() local
340 template_size = sizeof(*template) + template->attrs_size; in entry_create_object()
346 rc = create_attributes_from_template(&head, template, template_size, in entry_create_object()
988 size_t template_size = 0; in entry_set_attribute_value() local
1047 template_size = sizeof(*template) + template->attrs_size; in entry_set_attribute_value()
1054 rc = create_attributes_from_template(&head, template, template_size, in entry_set_attribute_value()
1067 template_size = sizeof(*obj->attributes) + obj->attributes->attrs_size; in entry_set_attribute_value()
1068 head_new = TEE_Malloc(template_size, TEE_MALLOC_FILL_ZERO); in entry_set_attribute_value()
1074 TEE_MemMove(head_new, obj->attributes, template_size); in entry_set_attribute_value()
1130 size_t template_size = 0; in entry_copy_object() local
[all …]
H A Dpkcs11_attributes.h127 size_t template_size, struct obj_attrs *parent,
H A Dprocessing.c229 size_t template_size = 0; in entry_generate_secret() local
259 template_size = sizeof(*template) + template->attrs_size; in entry_generate_secret()
273 rc = create_attributes_from_template(&head, template, template_size, in entry_generate_secret()
824 size_t template_size = 0; in entry_processing_key() local
947 template_size = sizeof(*template) + template->attrs_size; in entry_processing_key()
952 rc = create_attributes_from_template(&head, template, template_size, in entry_processing_key()
H A Dpkcs11_attributes.c1179 size_t template_size, in create_attributes_from_template() argument
1200 trace_attributes_from_api_head("template", template, template_size); in create_attributes_from_template()
1265 rc = sanitize_client_object(&temp, template, template_size, class, in create_attributes_from_template()