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

/freebsd-11-stable/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c40 put_opt(struct sshbuf *b, const char *name, const char *value) function
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);
453 put_opt(k1->cert->critical, "force-command", "/usr/bin/true");
454 put_opt(k1->cert->critical, "source-address", "127.0.0.1");
455 put_opt(k1->cert->extensions, "permit-X11-forwarding", NULL);
456 put_opt(k1->cert->extensions, "permit-agent-forwarding", NULL);

Completed in 65 milliseconds