Lines Matching defs:provider_path
459 sshsk_enroll(int type, const char *provider_path, const char *device,
476 provider_path, device, application, userid, flags,
501 if (provider_path == NULL) {
525 if ((skp = sshsk_open(provider_path)) == NULL) {
533 debug_f("provider \"%s\" failure %d", provider_path, r);
633 sshsk_sign(const char *provider_path, struct sshkey *key,
645 provider_path, sshkey_type(key), key->sk_flags,
665 if (provider_path == NULL ||
671 if ((skp = sshsk_open(provider_path)) == NULL) {
782 sshsk_load_resident(const char *provider_path, const char *device,
795 debug_f("provider \"%s\"%s", provider_path,
805 if ((skp = sshsk_open(provider_path)) == NULL) {
810 error("Provider \"%s\" returned failure %d", provider_path, r);