Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dpkcs11-util.c861 _cleanup_free_ char *name = NULL, *module_uri_string = NULL; in module_process() local
893 uri_result = p11_kit_uri_format(module_uri, P11_KIT_URI_FOR_ANY, &module_uri_string); in module_process()
899 log_debug("Found module with URI %s", module_uri_string); in module_process()