Searched refs:rc4_crypt (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/crypto/rc4/ |
| H A D | rc4.h | 50 extern void rc4_crypt(struct rc4_state *state,
|
| H A D | rc4.c | 88 rc4_crypt(struct rc4_state *const state, in rc4_crypt() function
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_mppc.c | 602 rc4_crypt(&d->rc4, mtod(m1, u_char *), in ng_mppc_compress() 731 rc4_crypt(&d->rc4, mtod(m1, u_char *), in ng_mppc_decompress() 898 rc4_crypt(rc4, key, key, keylen); in ng_mppc_updatekey()
|