/freebsd/crypto/openssl/test/ |
H A D | rc4test.c | 69 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 D | RC4_set_key.pod | 5 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 D | mppe.c | 151 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 D | rc4.h | 35 OSSL_DEPRECATEDIN_3_0 void RC4_set_key(RC4_KEY *key, int len,
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | rc4-586.S | 275 .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 D | cipher_rc4_hw.c | 23 RC4_set_key(&rctx->ks.ks, keylen, key); in cipher_hw_rc4_initkey()
|
H A D | cipher_rc4_hmac_md5_hw.c | 40 RC4_set_key(&ctx->ks.ks, keylen, key); in cipher_hw_rc4_hmac_md5_initkey()
|
/freebsd/crypto/openssl/crypto/rc4/ |
H A D | rc4_skey.c | 36 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 D | accept_sec_context.c | 246 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 D | init_sec_context.c | 467 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 D | crypto.c | 107 RC4_set_key(&key->sealkey, 16, out); in _gss_ntlm_set_key()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_rc4.c | 84 RC4_set_key(&data(ctx)->ks, keylen, key); in rc4_init_key()
|
H A D | e_rc4_hmac_md5.c | 54 RC4_set_key(&key->ks, keylen, inkey); in rc4_hmac_md5_init_key()
|
/freebsd/tools/tools/net80211/w00t/libw00t/ |
H A D | w00t.c | 315 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 D | rc4-x86_64.S | 535 .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 D | expand.c | 224 RC4_set_key(&k, 8, key); in send_mcast()
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_openssl.c | 216 RC4_set_key(&test(ctx)->ks, n, test(ctx)->key); in test_rc4_init_key()
|
/freebsd/crypto/heimdal/kcm/ |
H A D | protocol.c | 1621 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 D | build.info | 1958 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 D | Version.map | 2415 RC4_set_key;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 371 MAN+= RC4_set_key.3 3582 MLINKS+= RC4_set_key.3 RC4.3
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1999 | 132 * lib/krb5/crypto.c: ARCFOUR_set_key -> RC4_set_key
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 2030 RC4(), RC4_set_key(), RC4_options(),
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2961 RC4_set_key 3028 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,RC4
|