Searched refs:critopts (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c58 struct sshbuf *ca_buf, *pk, *principals, *critopts, *exts; local
80 critopts = sshbuf_new();
81 ASSERT_PTR_NE(critopts, NULL);
82 put_opt(critopts, "force-command", "/usr/local/bin/nethack");
83 put_opt(critopts, "source-address", "192.168.0.0/24,127.0.0.1,::1");
87 put_opt(critopts, "permit-X11-forwarding", NULL);
98 ASSERT_INT_EQ(sshbuf_put_stringb(b, critopts), 0); /* options */
109 sshbuf_free(critopts);

Completed in 54 milliseconds