Searched refs:put_opt (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/regress/unittests/sshkey/ |
H A D | test_sshkey.c | 42 put_opt(struct sshbuf *b, const char *name, const char *value) in put_opt() function 85 put_opt(critopts, "force-command", _PATH_LOCALBASE "/bin/nethack"); in build_cert() 86 put_opt(critopts, "source-address", "192.168.0.0/24,127.0.0.1,::1"); in build_cert() 90 put_opt(critopts, "permit-X11-forwarding", NULL); in build_cert() 447 put_opt(k1->cert->critical, "force-command", "/usr/bin/true"); in sshkey_tests() 448 put_opt(k1->cert->critical, "source-address", "127.0.0.1"); in sshkey_tests() 449 put_opt(k1->cert->extensions, "permit-X11-forwarding", NULL); in sshkey_tests() 450 put_opt(k1->cert->extensions, "permit-agent-forwarding", NULL); in sshkey_tests()
|