Home
last modified time | relevance | path

Searched refs:rc4_state (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/crypto/rc4/
H A Drc4.h43 struct rc4_state { struct
49 extern void rc4_init(struct rc4_state *state, const u_char *key, int keylen); argument
50 extern void rc4_crypt(struct rc4_state *state,
H A Drc4.c61 rc4_init(struct rc4_state *const state, const u_char *key, int keylen) in rc4_init()
88 rc4_crypt(struct rc4_state *const state, in rc4_crypt()
/f-stack/freebsd/netgraph/
H A Dng_mppc.c151 struct rc4_state rc4; /* rc4 state */
179 u_char *key0, u_char *key, struct rc4_state *rc4);
892 u_char *key0, u_char *key, struct rc4_state *rc4) in ng_mppc_updatekey()