Searched refs:provider_path (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | ssh-sk.h | 50 int sshsk_enroll(int type, const char *provider_path, const char *device, 61 int sshsk_sign(const char *provider_path, struct sshkey *key, 71 int sshsk_load_resident(const char *provider_path, const char *device,
|
H A D | ssh-sk-client.c | 291 sshsk_enroll(int type, const char *provider_path, const char *device, in sshsk_enroll() argument 315 (r = sshbuf_put_cstring(req, provider_path)) != 0 || in sshsk_enroll() 389 sshsk_load_resident(const char *provider_path, const char *device, in sshsk_load_resident() argument 409 if ((r = sshbuf_put_cstring(req, provider_path)) != 0 || in sshsk_load_resident()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | migration_guide.pod | 2291 B<-provider_path> and B<-provider> are available to all apps and can be used 2294 specified if required. The B<-provider_path> must be specified before the
|