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

  /src/crypto/external/bsd/openssh/dist/
sshkey.h 214 int sshkey_to_certified(struct sshkey *);
authfile.c 340 if ((r = sshkey_to_certified(key)) != 0 ||
ssh-pkcs11-client.c 316 if ((r = sshkey_to_certified(ret)) != 0 ||
ssh-add.c 419 if ((r = sshkey_to_certified(private)) != 0) {
420 error_fr(r, "sshkey_to_certified");
ssh-keygen.c 1791 if ((r = sshkey_to_certified(public)) != 0)
2497 if ((r = sshkey_to_certified(privkey)) != 0) {
2498 error_fr(r, "sshkey_to_certified");
sshkey.c 2208 sshkey_to_certified(struct sshkey *k) function

Completed in 20 milliseconds