Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.h126 create_attributes_from_template(struct obj_attrs **out, void *template,
H A Dprocessing.c273 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 Dobject.c346 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 Dpkcs11_attributes.c1178 create_attributes_from_template(struct obj_attrs **out, void *template, in create_attributes_from_template() function