Searched refs:rc4_init (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/crypto/rc4/
H A Drc4.h49 extern void rc4_init(struct rc4_state *state, const u_char *key, int keylen);
H A Drc4.c58 rc4_init(struct rc4_state *const state, const u_char *key, int keylen) function
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsubr_xxx.c204 rc4_init(struct rc4_state *state __unused, const u_char *key __unused, int keylen __unused) function
206 panic("rc4_init: unsupported kernel configuration");
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Devp-hcrypto.c795 rc4_init(EVP_CIPHER_CTX *ctx, function
825 rc4_init,
847 rc4_init,
/macosx-10.10.1/ppp-786.1.1/Drivers/PPTP/PPTP-extension/
H A Dppp_mppe.c194 rc4_init(&(state->rc4_state), state->session_key, state->keylen);
230 rc4_init(&(state->rc4_state), InterimKey, state->keylen);
244 rc4_init(&(state->rc4_state), state->session_key, state->keylen);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dchap_ms.c420 rc4_init(struct rc4_state *const state, const u_char *key, int keylen) function
492 rc4_init(&rcs, PasswordHash, MD4_SIGNATURE_SIZE);

Completed in 138 milliseconds