Searched refs:EncryptStopOutput (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/telnet/libtelnet/ |
H A D | encrypt.c | 81 int EncryptStopOutput(void); 260 EncryptStopOutput(); in EncryptDisable() 352 return(EncryptStopOutput()); in EncryptStop() 361 ret += EncryptStopOutput(); in EncryptStop() 373 EncryptStopOutput(void) in EncryptStopOutput() function
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | encrypt.c | 261 EncryptStopOutput(); in EncryptDisable() 353 return(EncryptStopOutput()); in EncryptStop() 362 ret += EncryptStopOutput(); in EncryptStop() 374 EncryptStopOutput(void) in EncryptStopOutput() function
|
H A D | enc-proto.h | 74 int EncryptStopOutput(void);
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | externs.h | 230 int EncryptStopOutput (void);
|
H A D | commands.c | 1850 EncryptStopOutput, 1, 0, 0 },
|
/freebsd/contrib/telnet/telnet/ |
H A D | commands.c | 1939 EncryptStopOutput(void), 1962 (int (*)(char *, char *))EncryptStopOutput, 1, 0, 0 },
|