Searched refs:template (Results 1 – 5 of 5) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | object.c | 313 struct pkcs11_object_head *template = NULL; in entry_create_object() local 331 rc = serialargs_alloc_get_attributes(&ctrlargs, &template); in entry_create_object() 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() 350 TEE_Free(template); in entry_create_object() 351 template = NULL; in entry_create_object() 402 TEE_Free(template); in entry_create_object() 507 struct pkcs11_object_head *template = NULL; in entry_find_objects_init() local 522 rc = serialargs_alloc_get_attributes(&ctrlargs, &template); in entry_find_objects_init() 543 rc = sanitize_client_object(&req_attrs, template, in entry_find_objects_init() [all …]
|
| H A D | processing.c | 228 struct pkcs11_object_head *template = NULL; in entry_generate_secret() local 246 rc = serialargs_alloc_get_attributes(&ctrlargs, &template); in entry_generate_secret() 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() 280 TEE_Free(template); in entry_generate_secret() 281 template = NULL; in entry_generate_secret() 340 TEE_Free(template); in entry_generate_secret() 819 struct pkcs11_object_head *template = NULL; in entry_processing_key() local 887 rc = serialargs_alloc_get_attributes(&ctrlargs, &template); in entry_processing_key() 947 template_size = sizeof(*template) + template->attrs_size; in entry_processing_key() [all …]
|
| H A D | pkcs11_attributes.h | 126 create_attributes_from_template(struct obj_attrs **out, void *template,
|
| H A D | pkcs11_attributes.c | 1178 create_attributes_from_template(struct obj_attrs **out, void *template, 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()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 1641 from a template. In the future, the generation will support
|