Home
last modified time | relevance | path

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

/third_party/openssl/test/
Drc4test.c63 RC4_set_key(&key, keys[i][0], &(keys[i][1])); in test_rc4_encrypt()
74 RC4_set_key(&key, keys[3][0], &(keys[3][1])); in test_rc4_end_processing()
87 RC4_set_key(&key, keys[3][0], &(keys[3][1])); in test_rc4_multi_call()
106 RC4_set_key(&key, keys[0][0], &(keys[3][1])); in test_rc_bulk()
/third_party/openssl/doc/man3/
DRC4_set_key.pod5 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
42 RC4_set_key() and RC4() do not return values.
/third_party/openssl/include/openssl/
Drc4.h27 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
/third_party/openssl/crypto/rc4/
Drc4_skey.c30 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data) in RC4_set_key() function
/third_party/openssl/crypto/evp/
De_rc4.c72 RC4_set_key(&data(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx), key); in rc4_init_key()
De_rc4_hmac_md5.c43 RC4_set_key(&key->ks, EVP_CIPHER_CTX_key_length(ctx), inkey); in rc4_hmac_md5_init_key()
/third_party/openssl/crypto/rc4/asm/x86_64/
Drc4-x86_64.s533 .globl RC4_set_key symbol
534 .type RC4_set_key,@function
536 RC4_set_key: label
605 .size RC4_set_key,.-RC4_set_key
/third_party/openssl/crypto/engine/
Deng_openssl.c198 RC4_set_key(&test(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx), in test_rc4_init_key()
/third_party/ffmpeg/tools/
Dcrypto_bench.c285 RC4_set_key(&rc4, 16, hardcoded_key); in run_crypto_rc4()
/third_party/openssl/apps/
Dspeed.c1898 RC4_set_key(&rc4_ks, 16, key16); in speed_main()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2017 #define RC4_set_key BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, RC4_set_key) macro
/third_party/openssl/util/
Dlibcrypto.num3073 RC4_set_key 3028 1_1_0 EXIST::FUNCTION:RC4