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

  /src/crypto/external/bsd/openssh/dist/
auth2-pubkeyfile.c 300 if (sshkey_read(found, &cp) != 0) {
309 if (sshkey_read(found, &cp) != 0) {
464 if (sshkey_read(found, &cp) != 0) {
478 if (sshkey_read(found, &cp) != 0) {
authfile.c 228 if ((r = sshkey_read(k, &cp)) == 0) {
399 switch (r = sshkey_read(pub, &cp)) {
sshkey.h 194 int sshkey_read(struct sshkey *, char **);
sshsig.c 791 if (sshkey_read(key, &cp) != 0) {
806 if (sshkey_read(key, &cp) != 0) {
hostfile.c 168 if (sshkey_read(ret, &cp) != 0)
ssh-add.c 145 if ((r = sshkey_read(key, &cp)) != 0) {
ssh-keygen.c 837 if ((r = sshkey_read(ret, cpp)) == 0)
2140 if ((r = sshkey_read(key, &cp)) != 0) {
2334 if ((r = sshkey_read(key, &cp)) != 0)
sshkey.c 1265 sshkey_read(struct sshkey *ret, char **cpp) function

Completed in 91 milliseconds