Searched refs:finddecryption (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/telnet/libtelnet/ |
H A D | encrypt.c | 153 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 D | encrypt.c | 153 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 D | enc-proto.h | 62 Encryptions *finddecryption(int);
|