Searched refs:sshsk_resident_key (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh-sk.h | 34 struct sshsk_resident_key { struct 72 const char *pin, u_int flags, struct sshsk_resident_key ***srksp, 76 void sshsk_free_resident_keys(struct sshsk_resident_key **srks, size_t nsrks);
|
H A D | ssh-sk-client.c | 372 sshsk_free_resident_key(struct sshsk_resident_key *srk) in sshsk_free_resident_key() 383 sshsk_free_resident_keys(struct sshsk_resident_key **srks, size_t nsrks) in sshsk_free_resident_keys() 397 const char *pin, u_int flags, struct sshsk_resident_key ***srksp, in sshsk_load_resident() 403 struct sshsk_resident_key *srk = NULL, **srks = NULL, **tmp; in sshsk_load_resident()
|
H A D | ssh-sk.c | 762 sshsk_free_resident_key(struct sshsk_resident_key *srk) in sshsk_free_resident_key() 773 sshsk_free_resident_keys(struct sshsk_resident_key **srks, size_t nsrks) in sshsk_free_resident_keys() 787 const char *pin, u_int flags, struct sshsk_resident_key ***srksp, in sshsk_load_resident() 795 struct sshsk_resident_key *srk = NULL, **srks = NULL, **tmp; in sshsk_load_resident()
|
H A D | ssh-sk-helper.c | 218 struct sshsk_resident_key **srks = NULL; in process_load_resident()
|
H A D | ssh-add.c | 608 struct sshsk_resident_key **srks; in load_resident_keys()
|
H A D | ssh-keygen.c | 3164 struct sshsk_resident_key **srks; in do_download_sk()
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | ssh-sk-null.cc | 46 const char *pin, u_int flags, struct sshsk_resident_key ***srksp, in sshsk_load_resident()
|