Home
last modified time | relevance | path

Searched refs:RC4_set_key (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/openssl/test/
H A Drc4test.c69 RC4_set_key(&key, keys[i][0], &(keys[i][1])); in test_rc4_encrypt()
80 RC4_set_key(&key, keys[3][0], &(keys[3][1])); in test_rc4_end_processing()
93 RC4_set_key(&key, keys[3][0], &(keys[3][1])); in test_rc4_multi_call()
112 RC4_set_key(&key, keys[0][0], &(keys[3][1])); in test_rc_bulk()
/freebsd/crypto/openssl/doc/man3/
H A DRC4_set_key.pod5 RC4_set_key, RC4 - RC4 encryption
15 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
37 RC4_set_key() sets up the B<RC4_KEY> B<key> using the B<len> bytes long
50 RC4_set_key() and RC4() do not return values.
/freebsd/usr.sbin/ppp/
H A Dmppe.c151 RC4_set_key(&RC4Key, mp->keylen, InterimKey); in MPPEKeyChange()
205 RC4_set_key(&mop->rc4key, mop->keylen, mop->sesskey); in MPPEOutput()
354 RC4_set_key(&mip->rc4key, mip->keylen, mip->sesskey); in MPPEInput()
720 RC4_set_key(&mip->rc4key, mip->keylen, mip->sesskey); in MPPEInitInput()
776 RC4_set_key(&mop->rc4key, mop->keylen, mop->sesskey); in MPPEInitOutput()
/freebsd/crypto/openssl/include/openssl/
H A Drc4.h35 OSSL_DEPRECATEDIN_3_0 void RC4_set_key(RC4_KEY *key, int len,
/freebsd/sys/crypto/openssl/i386/
H A Drc4-586.S275 .globl RC4_set_key
276 .type RC4_set_key,@function
278 RC4_set_key: label
357 .size RC4_set_key,.-.L_RC4_set_key_begin
685 .globl RC4_set_key
686 .type RC4_set_key,@function
688 RC4_set_key: label
764 .size RC4_set_key,.-.L_RC4_set_key_begin
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hw.c23 RC4_set_key(&rctx->ks.ks, keylen, key); in cipher_hw_rc4_initkey()
H A Dcipher_rc4_hmac_md5_hw.c40 RC4_set_key(&ctx->ks.ks, keylen, key); in cipher_hw_rc4_hmac_md5_initkey()
/freebsd/crypto/openssl/crypto/rc4/
H A Drc4_skey.c36 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data) in RC4_set_key() function
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Daccept_sec_context.c246 RC4_set_key(&ctx->u.v1.crypto_send.key, in _gss_ntlm_accept_sec_context()
249 RC4_set_key(&ctx->u.v1.crypto_recv.key, in _gss_ntlm_accept_sec_context()
H A Dinit_sec_context.c467 RC4_set_key(&ctx->u.v1.crypto_recv.key, in _gss_ntlm_init_sec_context()
470 RC4_set_key(&ctx->u.v1.crypto_send.key, in _gss_ntlm_init_sec_context()
H A Dcrypto.c107 RC4_set_key(&key->sealkey, 16, out); in _gss_ntlm_set_key()
/freebsd/crypto/openssl/crypto/evp/
H A De_rc4.c84 RC4_set_key(&data(ctx)->ks, keylen, key); in rc4_init_key()
H A De_rc4_hmac_md5.c54 RC4_set_key(&key->ks, keylen, inkey); in rc4_hmac_md5_init_key()
/freebsd/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c315 RC4_set_key(&k, klen+3, seed); in wep_decrypt()
343 RC4_set_key(&k, klen+3, seed); in wep_encrypt()
/freebsd/sys/crypto/openssl/amd64/
H A Drc4-x86_64.S535 .globl RC4_set_key
536 .type RC4_set_key,@function
538 RC4_set_key: label
608 .size RC4_set_key,.-RC4_set_key
/freebsd/tools/tools/net80211/w00t/expand/
H A Dexpand.c224 RC4_set_key(&k, 8, key); in send_mcast()
/freebsd/crypto/openssl/crypto/engine/
H A Deng_openssl.c216 RC4_set_key(&test(ctx)->ks, n, test(ctx)->key); in test_rc4_init_key()
/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c1621 RC4_set_key(&ctx->u.v1.crypto_recv.key, in kcm_op_do_ntlm()
1624 RC4_set_key(&ctx->u.v1.crypto_send.key, in kcm_op_do_ntlm()
/freebsd/crypto/openssl/doc/
H A Dbuild.info1958 DEPEND[html/man3/RC4_set_key.html]=man3/RC4_set_key.pod
1959 GENERATE[html/man3/RC4_set_key.html]=man3/RC4_set_key.pod
1960 DEPEND[man/man3/RC4_set_key.3]=man3/RC4_set_key.pod
1961 GENERATE[man/man3/RC4_set_key.3]=man3/RC4_set_key.pod
3275 html/man3/RC4_set_key.html \
3883 man/man3/RC4_set_key.3 \
/freebsd/secure/lib/libcrypto/
H A DVersion.map2415 RC4_set_key;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile371 MAN+= RC4_set_key.3
3582 MLINKS+= RC4_set_key.3 RC4.3
/freebsd/crypto/heimdal/
H A DChangeLog.1999132 * lib/krb5/crypto.c: ARCFOUR_set_key -> RC4_set_key
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod2030 RC4(), RC4_set_key(), RC4_options(),
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2961 RC4_set_key 3028 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,RC4