Searched refs:sk_load_resident_keys (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | sk-api.h | 92 int sk_load_resident_keys(const char *pin, struct sk_option **options,
|
D | ssh-sk.c | 69 int (*sk_load_resident_keys)(const char *pin, struct sk_option **opts, member 120 ret->sk_load_resident_keys = ssh_sk_load_resident_keys; in sshsk_open() 155 if ((ret->sk_load_resident_keys = dlsym(ret->dlhandle, in sshsk_open() 753 if ((r = skp->sk_load_resident_keys(pin, opts, &rks, &nrks)) != 0) { in sshsk_load_resident()
|
D | sk-usbhid.c | 53 # define sk_load_resident_keys ssh_sk_load_resident_keys macro 86 int sk_load_resident_keys(const char *pin, struct sk_option **options, 986 sk_load_resident_keys(const char *pin, struct sk_option **options, in sk_load_resident_keys() function
|
D | PROTOCOL.u2f | 308 int sk_load_resident_keys(const char *pin, struct sk_option **options,
|
/external/openssh/regress/misc/sk-dummy/ |
D | sk-dummy.c | 528 sk_load_resident_keys(const char *pin, struct sk_option **options, in sk_load_resident_keys() function
|