Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dserializer.h90 enum pkcs11_rc serialargs_alloc_get_attributes(struct serialargs *args,
H A Dobject.c331 rc = serialargs_alloc_get_attributes(&ctrlargs, &template); in entry_create_object()
522 rc = serialargs_alloc_get_attributes(&ctrlargs, &template); in entry_find_objects_init()
782 rc = serialargs_alloc_get_attributes(&ctrlargs, &template); in entry_get_attribute_value()
1009 rc = serialargs_alloc_get_attributes(&ctrlargs, &template); in entry_set_attribute_value()
1151 rc = serialargs_alloc_get_attributes(&ctrlargs, &template); in entry_copy_object()
H A Dserializer.c128 enum pkcs11_rc serialargs_alloc_get_attributes(struct serialargs *args, in serialargs_alloc_get_attributes() function
H A Dprocessing.c246 rc = serialargs_alloc_get_attributes(&ctrlargs, &template); in entry_generate_secret()
435 rc = serialargs_alloc_get_attributes(&ctrlargs, &pub_template); in entry_generate_key_pair()
439 rc = serialargs_alloc_get_attributes(&ctrlargs, &priv_template); in entry_generate_key_pair()
887 rc = serialargs_alloc_get_attributes(&ctrlargs, &template); in entry_processing_key()