Home
last modified time | relevance | path

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

/systemd-251/src/shared/ !
Dpkcs11-util.c243 int uri_result, r; 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()
258 if (uri_result != P11_KIT_URI_OK) in pkcs11_token_login()
259 …g_errno(SYNTHETIC_ERRNO(EAGAIN), "Failed to format slot URI: %s", p11_kit_uri_message(uri_result)); in pkcs11_token_login()
789 int uri_result; in slot_process() local
810 uri_result = p11_kit_uri_format(slot_uri, P11_KIT_URI_FOR_ANY, &slot_uri_string); in slot_process()
811 if (uri_result != P11_KIT_URI_OK) { in slot_process()
812 … log_warning("Failed to format slot URI, ignoring slot: %s", p11_kit_uri_message(uri_result)); in slot_process()
832 uri_result = p11_kit_uri_format(token_uri, P11_KIT_URI_FOR_ANY, &token_uri_string); in slot_process()
833 if (uri_result != P11_KIT_URI_OK) { in slot_process()
[all …]