Searched refs:rc4_state (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/crypto/rc4/ |
H A D | rc4.h | 41 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 D | rc4.c | 58 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 D | ng_mppc.c | 150 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()
|