OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decrypt_input
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libtelnet/
encrypt.h
97
extern int (*
decrypt_input
)(int);
encrypt.c
80
int (*
decrypt_input
)(int);
variable in typeref:typename:int (*)(int)
187
decrypt_input
= 0;
384
if (
decrypt_input
)
400
if (
decrypt_input
) {
623
decrypt_input
= ep->input;
654
if (!
decrypt_input
&& autodecrypt && !server)
667
decrypt_input
= 0;
/src/usr.bin/telnet/
telnet.c
1630
if (
decrypt_input
)
1631
c = (*
decrypt_input
)(c);
1663
if (
decrypt_input
)
1664
c = (*
decrypt_input
)(c);
1676
if (
decrypt_input
)
1677
(*
decrypt_input
)(-1);
externs.h
116
extern int (*
decrypt_input
)(int);
/src/libexec/telnetd/
termstat.c
188
&& (enc_passwd == 0) && !
decrypt_input
) {
state.c
96
if (
decrypt_input
)
97
c = (*
decrypt_input
)(c);
Completed in 28 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025