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

/macosx-10.9.5/xnu-2422.115.4/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.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Devp-hcrypto.c795 rc4_init(EVP_CIPHER_CTX *ctx, function
825 rc4_init,
847 rc4_init,
/macosx-10.9.5/ppp-727.90.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.9.5/ppp-727.90.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 137 milliseconds