Home
last modified time | relevance | path

Searched refs:ENCRYPT_IS (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h286 #define ENCRYPT_IS 0 /* I pick encryption type ... */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h306 #define ENCRYPT_IS 0 /* I pick encryption type ... */ macro
/freebsd/include/arpa/
H A Dtelnet.h304 #define ENCRYPT_IS 0 /* I pick encryption type ... */ macro
/freebsd/contrib/telnet/libtelnet/
H A Denc_des.c144 fbp->fb_feed[3] = ENCRYPT_IS; in fb64_init()
208 *p++ = ENCRYPT_IS; in fb64_start()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c153 fbp->fb_feed[3] = ENCRYPT_IS; in fb64_init()
220 *p++ = ENCRYPT_IS; in fb64_start()
/freebsd/contrib/telnet/telnet/
H A Dutilities.c501 case ENCRYPT_IS: in printsub()
503 fprintf(NetTrace, " %s ", (pointer[1] == ENCRYPT_IS) ? in printsub()
H A Dtelnet.c989 case ENCRYPT_IS: in suboption()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c482 case ENCRYPT_IS: in printsub()
484 fprintf(NetTrace, " %s ", (pointer[1] == ENCRYPT_IS) ? in printsub()
H A Dtelnet.c934 case ENCRYPT_IS: in suboption()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c1067 case ENCRYPT_IS: in printsub()
1070 (pointer[1] == ENCRYPT_IS) ? in printsub()
H A Dstate.c1238 case ENCRYPT_IS: in suboption()
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c303 #define ENCRYPT_IS 0 /* I pick encryption type ... */ macro