Home
last modified time | relevance | path

Searched defs:pipex_mppe (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/net/
Dpipex_local.h68 struct pipex_mppe { struct
69 struct mutex pxm_mtx;
70 u_int flags; /* [m] flags, see below */
74 int16_t keylenbits; /* [I] key length */
75 int16_t keylen; /* [I] */
76 uint16_t coher_cnt; /* [m] coherency counter */
77 struct rc4_ctx rc4ctx; /* [m] */
78 u_char master_key[PIPEX_MPPE_KEYLEN]; /* [m] master key of MPPE */
79 u_char session_key[PIPEX_MPPE_KEYLEN]; /* [m] session key of MPPE */
80 u_char (*old_session_keys)[PIPEX_MPPE_KEYLEN];