Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh-add.c244 int qflag, const char *skprovider, in add_file() argument
364 if (skprovider == NULL) { in add_file()
371 skprovider = NULL; in add_file()
376 lifetime, confirm, maxsign, skprovider, in add_file()
430 lifetime, confirm, maxsign, skprovider, in add_file()
602 load_resident_keys(int agent_fd, const char *skprovider, int qflag, in load_resident_keys() argument
612 if ((r = sshsk_load_resident(skprovider, NULL, pass, 0, in load_resident_keys()
623 lifetime, confirm, maxsign, skprovider, in load_resident_keys()
655 char *file, int qflag, const char *skprovider, in do_file() argument
664 skprovider, dest_constraints, ndest_constraints) == -1) in do_file()
[all …]
Dsshconnect.c1772 const char *skprovider = NULL; in maybe_add_key_to_agent() local
1789 skprovider = options.sk_provider; in maybe_add_key_to_agent()
1793 (options.add_keys_to_agent == 3), 0, skprovider, NULL, 0)) == 0) in maybe_add_key_to_agent()
Dssh-keygen.c3181 do_download_sk(const char *skprovider, const char *device) in do_download_sk() argument
3190 if (skprovider == NULL) in do_download_sk()
3198 if ((r = sshsk_load_resident(skprovider, device, pin, 0, in do_download_sk()