Searched refs:rc4_state (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/crypto/rc4/ |
| H A D | rc4.h | 43 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 D | rc4.c | 61 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 D | ng_mppc.c | 151 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()
|