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

  /src/crypto/external/bsd/openssh/dist/
auth-options.h 86 int sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m, int);
auth-options.c 799 sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m, function
monitor.c 1416 if (opts != NULL && (r = sshauthopt_serialise(opts, m, 1)) != 0)
1417 fatal_fr(r, "sshauthopt_serialise");

Completed in 15 milliseconds