mppe_rc4_t
mppe_reduce_key(mppe_rc4_t *_this)
mppe_key_change(mppe *_mppe, mppe_rc4_t *_this)
mppe_rc4_init(mppe *_mppe, mppe_rc4_t *_this, int has_oldkey)
mppe_rc4_setkey(mppe *_mppe, mppe_rc4_t *_this)
mppe_rc4_setoldkey(mppe *_mppe, mppe_rc4_t *_this, uint16_t coher_cnt)
mppe_rc4_encrypt(mppe *_mppe, mppe_rc4_t *_this, int len, u_char *indata, u_char *outdata)
mppe_rc4_destroy(mppe *_mppe, mppe_rc4_t *_this)
static int mppe_rc4_init(mppe *, mppe_rc4_t *, int);
static int mppe_rc4_setkey(mppe *, mppe_rc4_t *);
static int mppe_rc4_setoldkey(mppe *, mppe_rc4_t *, uint16_t);
static void mppe_rc4_destroy(mppe *, mppe_rc4_t *);
static void mppe_rc4_encrypt(mppe *, mppe_rc4_t *, int, u_char *, u_char *);
mppe_rc4_t send, recv;