Searched refs:create_attributes_from_template (Results 1 – 4 of 4) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.h | 126 create_attributes_from_template(struct obj_attrs **out, void *template,
|
| H A D | processing.c | 273 rc = create_attributes_from_template(&head, template, template_size, in entry_generate_secret() 460 rc = create_attributes_from_template(&pub_head, pub_template, in entry_generate_key_pair() 474 rc = create_attributes_from_template(&priv_head, priv_template, in entry_generate_key_pair() 952 rc = create_attributes_from_template(&head, template, template_size, in entry_processing_key()
|
| H A D | object.c | 346 rc = create_attributes_from_template(&head, template, template_size, in entry_create_object() 1054 rc = create_attributes_from_template(&head, template, template_size, in entry_set_attribute_value() 1196 rc = create_attributes_from_template(&head, template, template_size, in entry_copy_object()
|
| H A D | pkcs11_attributes.c | 1178 create_attributes_from_template(struct obj_attrs **out, void *template, in create_attributes_from_template() function
|