Searched refs:sshsk_resident_key (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-sk.h34 struct sshsk_resident_key { struct
72 const char *pin, u_int flags, struct sshsk_resident_key ***srksp,
75 /* Free an array of sshsk_resident_key (as returned from sshsk_load_resident) */
76 void sshsk_free_resident_keys(struct sshsk_resident_key **srks, size_t nsrks);
H A Dssh-sk-client.c365 sshsk_free_resident_key(struct sshsk_resident_key *srk)
376 sshsk_free_resident_keys(struct sshsk_resident_key **srks, size_t nsrks)
390 const char *pin, u_int flags, struct sshsk_resident_key ***srksp,
396 struct sshsk_resident_key *srk = NULL, **srks = NULL, **tmp;
H A Dssh-sk.c747 sshsk_free_resident_key(struct sshsk_resident_key *srk)
758 sshsk_free_resident_keys(struct sshsk_resident_key **srks, size_t nsrks)
772 const char *pin, u_int flags, struct sshsk_resident_key ***srksp,
780 struct sshsk_resident_key *srk = NULL, **srks = NULL, **tmp;
H A Dssh-sk-helper.c218 struct sshsk_resident_key **srks = NULL;
H A Dssh-add.c603 struct sshsk_resident_key **srks;
H A Dssh-keygen.c3130 struct sshsk_resident_key **srks;

Completed in 127 milliseconds