| /NextBSD/crypto/openssl/crypto/rc4/ |
| HD | rc4speed.c | 183 RC4_set_key(&sch, 16, key); in main() 210 RC4_set_key(&sch, 16, key); in main() 211 RC4_set_key(&sch, 16, key); in main() 212 RC4_set_key(&sch, 16, key); in main() 213 RC4_set_key(&sch, 16, key); in main()
|
| HD | rc4test.c | 131 RC4_set_key(&key, keys[i][0], &(keys[i][1])); in main() 151 RC4_set_key(&key, keys[3][0], &(keys[3][1])); in main() 174 RC4_set_key(&key, keys[3][0], &(keys[3][1])); in main() 205 RC4_set_key(&key, keys[0][0], &(keys[3][1])); in main()
|
| HD | rc4_utl.c | 56 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data) in RC4_set_key() function
|
| HD | rc4.h | 79 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
|
| HD | rc4.c | 157 RC4_set_key(&key, MD5_DIGEST_LENGTH, md); in main()
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | rc4.pod | 5 RC4_set_key, RC4 - RC4 encryption 11 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data); 29 RC4_set_key() sets up the B<RC4_KEY> B<key> using the B<len> bytes long 46 RC4_set_key() and RC4() do not return values. 60 RC4_set_key() and RC4() are available in all versions of SSLeay and OpenSSL.
|
| /NextBSD/usr.sbin/ppp/ |
| HD | 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()
|
| /NextBSD/crypto/heimdal/lib/gssapi/ntlm/ |
| HD | 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()
|
| HD | init_sec_context.c | 465 RC4_set_key(&ctx->u.v1.crypto_recv.key, in _gss_ntlm_init_sec_context() 468 RC4_set_key(&ctx->u.v1.crypto_send.key, in _gss_ntlm_init_sec_context()
|
| HD | crypto.c | 107 RC4_set_key(&key->sealkey, 16, out); in _gss_ntlm_set_key()
|
| /NextBSD/crypto/openssl/crypto/evp/ |
| HD | e_rc4.c | 123 RC4_set_key(&data(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx), key); in rc4_init_key()
|
| HD | e_rc4_hmac_md5.c | 91 RC4_set_key(&key->ks, EVP_CIPHER_CTX_key_length(ctx), inkey); in rc4_hmac_md5_init_key()
|
| HD | evp_locl.h | 369 # define RC4_set_key private_RC4_set_key macro
|
| /NextBSD/tools/tools/net80211/w00t/libw00t/ |
| HD | w00t.c | 317 RC4_set_key(&k, klen+3, seed); in wep_decrypt() 345 RC4_set_key(&k, klen+3, seed); in wep_encrypt()
|
| /NextBSD/crypto/openssl/crypto/engine/ |
| HD | eng_openssl.c | 250 RC4_set_key(&test(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx), in test_rc4_init_key()
|
| /NextBSD/tools/tools/net80211/w00t/expand/ |
| HD | expand.c | 226 RC4_set_key(&k, 8, key); in send_mcast()
|
| /NextBSD/crypto/heimdal/kcm/ |
| HD | 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()
|
| /NextBSD/crypto/openssl/apps/ |
| HD | speed.c | 207 # define RC4_set_key private_RC4_set_key macro 1313 RC4_set_key(&rc4_ks, 16, key16); in MAIN()
|
| /NextBSD/secure/lib/libcrypto/ |
| HD | Makefile.man | 1145 MLINKS+= rc4.3 RC4_set_key.3
|
| /NextBSD/crypto/heimdal/ |
| HD | ChangeLog.1999 | 132 * lib/krb5/crypto.c: ARCFOUR_set_key -> RC4_set_key
|
| /NextBSD/crypto/openssl/util/ |
| HD | libeay.num | 471 RC4_set_key 479 EXIST::FUNCTION:RC4
|
| /NextBSD/crypto/openssl/doc/ |
| HD | ssleay.txt | 5265 The RC4_KEY is generated by the RC4_set_key function from the key bytes. 5286 void RC4_set_key(
|