HomeSort by: relevance | last modified time | path
    Searched refs:RC4 (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rc4.h 1 /* $NetBSD: rc4.h,v 1.2 2017/01/28 21:31:47 christos Exp $ */
40 #define RC4 hc_RC4
48 void RC4(RC4_KEY *, const int, const unsigned char *, unsigned char *);
rc4.c 1 /* $NetBSD: rc4.c,v 1.2 2017/01/28 21:31:47 christos Exp $ */
41 #include <rc4.h>
65 RC4(RC4_KEY *key, const int len, const unsigned char *in, unsigned char *out)
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpciph_rc4.txt 9 Title = RC4 tests
12 Cipher = RC4
18 Cipher = RC4
24 Cipher = RC4
30 Cipher = RC4
36 Cipher = RC4
42 Cipher = RC4
47 Title = RC4 tests (From RFC6229)
50 Cipher = RC4-40
56 Cipher = RC4-4
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpciph_rc4.txt 9 Title = RC4 tests
12 Cipher = RC4
18 Cipher = RC4
24 Cipher = RC4
30 Cipher = RC4
36 Cipher = RC4
42 Cipher = RC4
47 Title = RC4 tests (From RFC6229)
50 Cipher = RC4-40
56 Cipher = RC4-4
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
rc4.h 28 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
rc4.h 37 OSSL_DEPRECATEDIN_3_0 void RC4(RC4_KEY *key, size_t len,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
rc4.h 37 OSSL_DEPRECATEDIN_3_0 void RC4(RC4_KEY *key, size_t len,
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_rc4_hw.c 11 * RC4 low level APIs are deprecated for public use, but still ok for internal
32 RC4(&rctx->ks.ks, len, in, out);
cipher_rc4_hmac_md5_hw.c 13 * MD5 and RC4 low level APIs are deprecated for public use, but still ok for
78 RC4(ks, rc4_off, in, out);
106 RC4(ks, len - rc4_off, out + rc4_off, out + rc4_off);
108 RC4(ks, len - rc4_off, in + rc4_off, out + rc4_off);
123 RC4(ks, rc4_off, in, out);
142 RC4(ks, len - rc4_off, in + rc4_off, out + rc4_off);
cipher_rc4.c 10 /* Dispatch functions for RC4 ciphers */
13 * RC4 low level APIs are deprecated for public use, but still ok for internal
117 IMPLEMENT_cipher(rc4, RC4, RC4_FLAGS, 40, 8, 0, stream)
119 IMPLEMENT_cipher(rc4, RC4, RC4_FLAGS, 128, 8, 0, stream)
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_rc4_hw.c 11 * RC4 low level APIs are deprecated for public use, but still ok for internal
32 RC4(&rctx->ks.ks, len, in, out);
cipher_rc4_hmac_md5_hw.c 13 * MD5 and RC4 low level APIs are deprecated for public use, but still ok for
78 RC4(ks, rc4_off, in, out);
106 RC4(ks, len - rc4_off, out + rc4_off, out + rc4_off);
108 RC4(ks, len - rc4_off, in + rc4_off, out + rc4_off);
123 RC4(ks, rc4_off, in, out);
142 RC4(ks, len - rc4_off, in + rc4_off, out + rc4_off);
cipher_rc4.c 10 /* Dispatch functions for RC4 ciphers */
13 * RC4 low level APIs are deprecated for public use, but still ok for internal
119 IMPLEMENT_cipher(rc4, RC4, RC4_FLAGS, 40, 8, 0, stream)
121 IMPLEMENT_cipher(rc4, RC4, RC4_FLAGS, 128, 8, 0, stream)
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_rc4_hmac_md5.c 11 * MD5 and RC4 low level APIs are deprecated for public use, but still ok for
27 #include <openssl/rc4.h>
99 RC4(&key->ks, rc4_off, in, out);
127 RC4(&key->ks, len - rc4_off, out + rc4_off, out + rc4_off);
129 RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off);
141 RC4(&key->ks, rc4_off, in, out);
160 RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off);
e_rc4.c 11 * RC4 low level APIs are deprecated for public use, but still ok for internal
23 #include <openssl/rc4.h>
91 RC4(&data(ctx)->ks, inl, in, out);
  /src/crypto/external/apache2/openssl/dist/crypto/rc4/asm/
rc4-s390x.pl 55 # void RC4(RC4_KEY *key,size_t len,const void *inp,void *out)
70 .globl RC4
71 .type RC4,\@function
73 RC4:
164 .size RC4,.-RC4
165 .string "RC4 for s390x, CRYPTOGAMS by <appro\@openssl.org>"
239 .string "rc4(8x,char)"
  /src/crypto/external/apache2/openssl/dist/test/
rc4test.c 11 * RC4 and SHA-1 low level APIs are deprecated for public use, but still ok for
22 #include <openssl/rc4.h>
71 RC4(&key, data_len[i], &(data[i][0]), obuf);
82 RC4(&key, i, &(data[3][0]), obuf);
95 RC4(&key, i, &(data[3][0]), obuf);
96 RC4(&key, data_len[3] - i, &(data[3][i]), &(obuf[i]));
116 RC4(&key, sizeof(buf), buf, buf);
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_rc4_hmac_md5.c 11 * MD5 and RC4 low level APIs are deprecated for public use, but still ok for
27 # include <openssl/rc4.h>
102 RC4(&key->ks, rc4_off, in, out);
130 RC4(&key->ks, len - rc4_off, out + rc4_off, out + rc4_off);
132 RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off);
145 RC4(&key->ks, rc4_off, in, out);
164 RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off);
e_rc4.c 11 * RC4 low level APIs are deprecated for public use, but still ok for internal
23 # include <openssl/rc4.h>
91 RC4(&data(ctx)->ks, inl, in, out);
  /src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
rc4-s390x.pl 55 # void RC4(RC4_KEY *key,size_t len,const void *inp,void *out)
70 .globl RC4
71 .type RC4,\@function
73 RC4:
164 .size RC4,.-RC4
165 .string "RC4 for s390x, CRYPTOGAMS by <appro\@openssl.org>"
239 .string "rc4(8x,char)"
  /src/crypto/external/bsd/openssl/dist/test/
rc4test.c 11 * RC4 and SHA-1 low level APIs are deprecated for public use, but still ok for
22 # include <openssl/rc4.h>
71 RC4(&key, data_len[i], &(data[i][0]), obuf);
82 RC4(&key, i, &(data[3][0]), obuf);
95 RC4(&key, i, &(data[3][0]), obuf);
96 RC4(&key, data_len[3] - i, &(data[3][i]), &(obuf[i]));
116 RC4(&key, sizeof(buf), buf, buf);
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_rc4_hmac_md5.c 20 # include <openssl/rc4.h>
92 RC4(&key->ks, rc4_off, in, out);
120 RC4(&key->ks, len - rc4_off, out + rc4_off, out + rc4_off);
122 RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off);
135 RC4(&key->ks, rc4_off, in, out);
154 RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off);
  /src/crypto/external/bsd/openssl.old/dist/crypto/rc4/asm/
rc4-s390x.pl 53 # void RC4(RC4_KEY *key,size_t len,const void *inp,void *out)
68 .globl RC4
69 .type RC4,\@function
71 RC4:
162 .size RC4,.-RC4
163 .string "RC4 for s390x, CRYPTOGAMS by <appro\@openssl.org>"
237 .string "rc4(8x,char)"
  /src/crypto/external/bsd/openssl.old/dist/test/
rc4test.c 16 # include <openssl/rc4.h>
65 RC4(&key, data_len[i], &(data[i][0]), obuf);
76 RC4(&key, i, &(data[3][0]), obuf);
89 RC4(&key, i, &(data[3][0]), obuf);
90 RC4(&key, data_len[3] - i, &(data[3][i]), &(obuf[i]));
110 RC4(&key, sizeof(buf), buf, buf);
  /src/crypto/external/apache2/openssl/dist/crypto/rc4/
rc4_enc.c 11 * RC4 low level APIs are deprecated for public use, but still ok for internal
16 #include <openssl/rc4.h>
20 * RC4 as implemented from a posting from
22 * Subject: RC4 Algorithm revealed.
27 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,

Completed in 45 milliseconds

1 2 3