Searched refs:serialargs_alloc_get_attributes (Results 1 – 4 of 4) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | serializer.h | 90 enum pkcs11_rc serialargs_alloc_get_attributes(struct serialargs *args,
|
| H A D | object.c | 331 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 D | serializer.c | 128 enum pkcs11_rc serialargs_alloc_get_attributes(struct serialargs *args, in serialargs_alloc_get_attributes() function
|
| H A D | processing.c | 246 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()
|