Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c148 finddecryption(int type) in finddecryption() function
169 { { 0 }, 0, TELNET_DIR_DECRYPT, &decrypt_mode, finddecryption },
544 if (!(ep = finddecryption(type))) { in encrypt_is()
646 if (ep = finddecryption(decrypt_mode)) { in encrypt_start()