Home
last modified time | relevance | path

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

/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c153 finddecryption(int type) in finddecryption() function
174 { { 0 }, 0, DIR_DECRYPT, &decrypt_mode, finddecryption },
525 if (!(ep = finddecryption(type))) { in encrypt_is()
623 if ((ep = finddecryption(decrypt_mode))) { in encrypt_start()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c153 finddecryption(int type) in finddecryption() function
174 { { 0 }, 0, DIR_DECRYPT, &decrypt_mode, finddecryption },
560 if (!(ep = finddecryption(type))) { in encrypt_is()
658 if ((ep = finddecryption(decrypt_mode))) { in encrypt_start()
H A Denc-proto.h62 Encryptions *finddecryption(int);