Home | History | Annotate | Download | only in openssh

Lines Matching defs:options

132 /* Certificate options */
1857 struct sshbuf *options, *option = NULL;
1860 if ((options = sshbuf_fromb(optbuf)) == NULL)
1862 while (sshbuf_len(options) != 0) {
1865 if ((r = sshbuf_get_cstring(options, &name, NULL)) != 0 ||
1866 (r = sshbuf_froms(options, &option)) != 0)
1894 sshbuf_free(options);
1945 printf(" Critical Options: ");