Searched refs:findencryption (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/telnet/libtelnet/ |
H A D | encrypt.c | 141 findencryption(int type) in findencryption() function 173 { { 0 }, 0, DIR_ENCRYPT, &encrypt_mode, findencryption }, 499 ep = findencryption(use_type); in encrypt_support() 567 if (!(ep = findencryption(type))) { in encrypt_reply() 801 if (!(ep = findencryption(type))) { in encrypt_start_output()
|
H A D | enc-proto.h | 55 Encryptions *findencryption(int);
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | encrypt.c | 141 findencryption(int type) in findencryption() function 173 { { 0 }, 0, DIR_ENCRYPT, &encrypt_mode, findencryption }, 534 ep = findencryption(use_type); in encrypt_support() 602 if (!(ep = findencryption(type))) { in encrypt_reply() 833 if (!(ep = findencryption(type))) { in encrypt_start_output()
|
H A D | enc-proto.h | 61 Encryptions *findencryption (int);
|