Symbol: RC4_set_key
crypto/heimdal/kcm/protocol.c
1621
RC4_set_key(&ctx->u.v1.crypto_recv.key,
crypto/heimdal/kcm/protocol.c
1624
RC4_set_key(&ctx->u.v1.crypto_send.key,
crypto/heimdal/lib/gssapi/ntlm/accept_sec_context.c
246
RC4_set_key(&ctx->u.v1.crypto_send.key,
crypto/heimdal/lib/gssapi/ntlm/accept_sec_context.c
249
RC4_set_key(&ctx->u.v1.crypto_recv.key,
crypto/heimdal/lib/gssapi/ntlm/crypto.c
107
RC4_set_key(&key->sealkey, 16, out);
crypto/heimdal/lib/gssapi/ntlm/init_sec_context.c
467
RC4_set_key(&ctx->u.v1.crypto_recv.key,
crypto/heimdal/lib/gssapi/ntlm/init_sec_context.c
470
RC4_set_key(&ctx->u.v1.crypto_send.key,
crypto/openssl/crypto/engine/eng_openssl.c
216
RC4_set_key(&test(ctx)->ks, n, test(ctx)->key);
crypto/openssl/crypto/evp/e_rc4.c
84
RC4_set_key(&data(ctx)->ks, keylen, key);
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
54
RC4_set_key(&key->ks, keylen, inkey);
crypto/openssl/include/openssl/rc4.h
35
OSSL_DEPRECATEDIN_3_0 void RC4_set_key(RC4_KEY *key, int len,
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
40
RC4_set_key(&ctx->ks.ks, keylen, key);
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hw.c
23
RC4_set_key(&rctx->ks.ks, keylen, key);
crypto/openssl/test/rc4test.c
112
RC4_set_key(&key, keys[0][0], &(keys[3][1]));
crypto/openssl/test/rc4test.c
69
RC4_set_key(&key, keys[i][0], &(keys[i][1]));
crypto/openssl/test/rc4test.c
80
RC4_set_key(&key, keys[3][0], &(keys[3][1]));
crypto/openssl/test/rc4test.c
93
RC4_set_key(&key, keys[3][0], &(keys[3][1]));
tools/tools/net80211/w00t/expand/expand.c
224
RC4_set_key(&k, 8, key);
tools/tools/net80211/w00t/libw00t/w00t.c
315
RC4_set_key(&k, klen+3, seed);
tools/tools/net80211/w00t/libw00t/w00t.c
343
RC4_set_key(&k, klen+3, seed);
usr.sbin/ppp/mppe.c
151
RC4_set_key(&RC4Key, mp->keylen, InterimKey);
usr.sbin/ppp/mppe.c
205
RC4_set_key(&mop->rc4key, mop->keylen, mop->sesskey);
usr.sbin/ppp/mppe.c
354
RC4_set_key(&mip->rc4key, mip->keylen, mip->sesskey);
usr.sbin/ppp/mppe.c
720
RC4_set_key(&mip->rc4key, mip->keylen, mip->sesskey);
usr.sbin/ppp/mppe.c
776
RC4_set_key(&mop->rc4key, mop->keylen, mop->sesskey);