Home
last modified time | relevance | path

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

/freebsd/sys/crypto/rc4/
H A Drc4.h41 struct rc4_state { struct
47 extern void rc4_init(struct rc4_state *state, const u_char *key, int keylen); argument
48 extern void rc4_crypt(struct rc4_state *state,
H A Drc4.c58 rc4_init(struct rc4_state *const state, const u_char *key, int keylen) in rc4_init()
85 rc4_crypt(struct rc4_state *const state, in rc4_crypt()
/freebsd/sys/netgraph/
H A Dng_mppc.c150 struct rc4_state rc4; /* rc4 state */
178 u_char *key0, u_char *key, struct rc4_state *rc4);
891 u_char *key0, u_char *key, struct rc4_state *rc4) in ng_mppc_updatekey()