Home
last modified time | relevance | path

Searched refs:sshauthopt_serialise (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dauth-options.h85 int sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m, int);
Dauth-options.c793 sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m, in sshauthopt_serialise() function
Dmonitor.c1092 if (opts != NULL && (r = sshauthopt_serialise(opts, m, 1)) != 0) in mm_answer_keyallowed()