Searched refs:DIR_ENCRYPT (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/libs/libtelnet/
H A Dencrypt.h62 #define DIR_ENCRYPT 2 macro
H A Denc_des.c192 case DIR_ENCRYPT:
336 int state = fbp->state[DIR_ENCRYPT-1];
343 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
347 encrypt_send_keyid(DIR_ENCRYPT, "\0", 1, 1);
352 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
367 return(fbp->state[DIR_ENCRYPT-1] = state);
393 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]);
404 fb64_start(fbp, DIR_ENCRYPT, server);
543 struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1];
616 struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT
[all...]
H A Dencrypt.c181 { { 0 }, 0, DIR_ENCRYPT, &encrypt_mode, findencryption },
510 type = ep->start ? (*ep->start)(DIR_ENCRYPT, Server) : 0;
750 if ((ret == 0) && (dir == DIR_ENCRYPT) && autoencrypt)
763 str_keyid[3] = (dir == DIR_ENCRYPT)
766 struct key_info *kp = &ki[(dir == DIR_ENCRYPT) ? 0 : 1];
817 i = (*ep->start)(DIR_ENCRYPT, Server);

Completed in 101 milliseconds