Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing.c413 struct pkcs11_object_head *priv_template = NULL; in entry_generate_key_pair() local
439 rc = serialargs_alloc_get_attributes(&ctrlargs, &priv_template); in entry_generate_key_pair()
471 priv_template_size = sizeof(*priv_template) + in entry_generate_key_pair()
472 priv_template->attrs_size; in entry_generate_key_pair()
474 rc = create_attributes_from_template(&priv_head, priv_template, in entry_generate_key_pair()
482 TEE_Free(priv_template); in entry_generate_key_pair()
483 priv_template = NULL; in entry_generate_key_pair()
582 TEE_Free(priv_template); in entry_generate_key_pair()