Searched refs:token_uri_string (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | pkcs11-util.c | 240 …_cleanup_free_ char *token_uri_string = NULL, *token_uri_escaped = NULL, *id = NULL, *token_label … in pkcs11_token_login() local 257 uri_result = p11_kit_uri_format(token_uri, P11_KIT_URI_FOR_ANY, &token_uri_string); in pkcs11_token_login() 268 token_uri_escaped = cescape(token_uri_string); in pkcs11_token_login() 786 _cleanup_free_ char *token_uri_string = NULL; in slot_process() local 832 uri_result = p11_kit_uri_format(token_uri, P11_KIT_URI_FOR_ANY, &token_uri_string); in slot_process() 841 token_uri_string); in slot_process() 843 log_debug("Found matching token with URI %s.", token_uri_string); in slot_process() 1056 …_cleanup_free_ char *token_uri_string = NULL, *token_label = NULL, *token_manufacturer_id = NULL, … in list_callback() local 1087 uri_result = p11_kit_uri_format(token_uri, P11_KIT_URI_FOR_ANY, &token_uri_string); in list_callback() 1093 TABLE_STRING, token_uri_string, in list_callback()
|