Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dpkcs11-util.c240 …_cleanup_free_ char *token_uri_string = NULL, *token_uri_escaped = NULL, *id = NULL, *token_label … in pkcs11_token_login() local
268 token_uri_escaped = cescape(token_uri_string); in pkcs11_token_login()
269 if (!token_uri_escaped) in pkcs11_token_login()
272 id = strjoin("pkcs11:", token_uri_escaped); in pkcs11_token_login()