Home
last modified time | relevance | path

Searched refs:auth_encrypt_init (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libtelnet/
H A Dmisc-proto.h57 void auth_encrypt_init(char *, char *, const char *, int);
H A Dmisc.c57 auth_encrypt_init(char *local, char *remote, const char *name undef1, int server undef1) in auth_encrypt_init() function
/dragonfly/libexec/telnetd/
H A Dtelnetd.c674 auth_encrypt_init(hostname, remote_hostname, "TELNETD", 1); in doit()
/dragonfly/usr.bin/telnet/
H A Dtelnet.c2077 auth_encrypt_init(local_host, hostname, "TELNET", 0); in telnet()