Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing.c402 struct pkcs11_object_head *pub_template = NULL; in entry_generate_key_pair() local
425 rc = serialargs_alloc_get_attributes(&ctrlargs, &pub_template); in entry_generate_key_pair()
448 pub_template_size = sizeof(*pub_template) + pub_template->attrs_size; in entry_generate_key_pair()
450 rc = create_attributes_from_template(&pub_head, pub_template, in entry_generate_key_pair()
458 TEE_Free(pub_template); in entry_generate_key_pair()
459 pub_template = NULL; in entry_generate_key_pair()
573 TEE_Free(pub_template); in entry_generate_key_pair()

Completed in 4 milliseconds