Searched refs:sshauthopt_serialise (Results 1 – 3 of 3) sorted by relevance
85 int sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m, int);
793 sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m, in sshauthopt_serialise() function
1092 if (opts != NULL && (r = sshauthopt_serialise(opts, m, 1)) != 0) in mm_answer_keyallowed()