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

/haiku-fatelf/src/libs/libtelnet/
H A Dencrypt.h61 #define DIR_DECRYPT 1 macro
H A Denc_des.c181 case DIR_DECRYPT:
254 int state = fbp->state[DIR_DECRYPT-1];
274 fb64_stream_iv((void *)data, &fbp->streams[DIR_DECRYPT-1]);
285 state = fbp->state[DIR_DECRYPT-1] = IN_PROGRESS;
312 return(fbp->state[DIR_DECRYPT-1] = state);
394 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYPT-1]);
566 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1];
636 struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1];
H A Dencrypt.c182 { { 0 }, 0, DIR_DECRYPT, &decrypt_mode, finddecryption },

Completed in 48 milliseconds