TELOPT_ENCTYPE_DES_CFB64
fbp->fb_feed[4] = TELOPT_ENCTYPE_DES_CFB64;
static int i_support_encrypt = typemask(TELOPT_ENCTYPE_DES_CFB64);
static int i_support_decrypt = typemask(TELOPT_ENCTYPE_DES_CFB64);
{ "DES_CFB64", TELOPT_ENCTYPE_DES_CFB64,
case TELOPT_ENCTYPE_DES_CFB64:
if (encr_data.encrypt.type == TELOPT_ENCTYPE_DES_CFB64) {
if (encr_data.decrypt.type == TELOPT_ENCTYPE_DES_CFB64) {
if (type == TELOPT_ENCTYPE_DES_CFB64) {
(uchar_t)TELOPT_ENCTYPE_DES_CFB64,
(uchar_t)TELOPT_ENCTYPE_DES_CFB64,