HomeSort by: relevance | last modified time | path
    Searched refs:sshsk_resident_key (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-sk.h 34 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);
ssh-sk-client.c 365 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;
ssh-sk.c 762 sshsk_free_resident_key(struct sshsk_resident_key *srk)
773 sshsk_free_resident_keys(struct sshsk_resident_key **srks, size_t nsrks)
787 const char *pin, u_int flags, struct sshsk_resident_key ***srksp,
795 struct sshsk_resident_key *srk = NULL, **srks = NULL, **tmp;
ssh-sk-helper.c 236 struct sshsk_resident_key **srks = NULL;
ssh-add.c 584 struct sshsk_resident_key **srks;
ssh-keygen.c 3092 struct sshsk_resident_key **srks;

Completed in 24 milliseconds