Searched refs:mppe_rc4_t (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.sbin/npppd/npppd/ |
| D | mppe.c | 85 static int mppe_rc4_init(mppe *, mppe_rc4_t *, int); 86 static int mppe_rc4_setkey(mppe *, mppe_rc4_t *); 87 static int mppe_rc4_setoldkey(mppe *, mppe_rc4_t *, uint16_t); 88 static void mppe_rc4_destroy(mppe *, mppe_rc4_t *); 89 static void mppe_rc4_encrypt(mppe *, mppe_rc4_t *, int, u_char *, u_char *); 151 mppe_reduce_key(mppe_rc4_t *_this) in mppe_reduce_key() 163 mppe_key_change(mppe *_mppe, mppe_rc4_t *_this) in mppe_key_change() 625 mppe_rc4_init(mppe *_mppe, mppe_rc4_t *_this, int has_oldkey) in mppe_rc4_init() 643 mppe_rc4_setkey(mppe *_mppe, mppe_rc4_t *_this) in mppe_rc4_setkey() 649 mppe_rc4_setoldkey(mppe *_mppe, mppe_rc4_t *_this, uint16_t coher_cnt) in mppe_rc4_setoldkey() [all …]
|
| D | ppp.h | 405 } mppe_rc4_t; typedef 426 mppe_rc4_t send, recv;
|