Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c95 static int decrypt_mode = 0; variable
169 { { 0 }, 0, TELNET_DIR_DECRYPT, &decrypt_mode, finddecryption },
183 decrypt_mode = 0; in encrypt_init()
256 if (decrypt_mode == ep->type) in EncryptDisable()
291 decrypt_mode = ep->type; in EncryptType()
334 if (decrypt_mode) { in EncryptStartInput()
403 ENCTYPE_NAME(decrypt_mode)); in encrypt_display()
421 ENCTYPE_NAME(decrypt_mode)); in EncryptStatus()
422 } else if (decrypt_mode) { in EncryptStatus()
425 ENCTYPE_NAME(decrypt_mode)); in EncryptStatus()
[all …]