Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDauth-options.h86 int sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **opts);
HDauth-options.c850 sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **optsp) in sshauthopt_deserialise() function
HDmonitor_wrap.c539 (r = sshauthopt_deserialise(m, &opts)) != 0) in mm_key_allowed()