HomeSort by relevance Sort by last modified time
    Searched refs:RC4 (Results 26 - 50 of 51) sorted by null

12 3

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_prime.pl 43 * apply to all code found in this distribution, be it the RC4, RSA,
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/
rc4.c 1 /* crypto/rc4/rc4.c */
11 * apply to all code found in this distribution, be it the RC4, RSA,
62 #include <openssl/rc4.h>
66 "usage: rc4 args\n",
156 i=EVP_read_pw_string(buf,BUFSIZ,"Enter RC4 password:",0);
179 RC4(&key,(unsigned int)i,(unsigned char *)buf,
rc4_enc.c 1 /* crypto/rc4/rc4_enc.c */
11 * apply to all code found in this distribution, be it the RC4, RSA,
59 #include <openssl/rc4.h>
62 /* RC4 as implemented from a posting from
65 * Subject: RC4 Algorithm revealed.
70 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
99 * (**) i.e. according to 'apps/openssl speed rc4' benchmark,
100 * crypto/rc4/rc4speed.c exhibits almost 70% speed-up...
  /external/openssl/crypto/bn/
bn_prime.pl 43 * apply to all code found in this distribution, be it the RC4, RSA,
  /external/openssl/crypto/rc4/
rc4.c 1 /* crypto/rc4/rc4.c */
11 * apply to all code found in this distribution, be it the RC4, RSA,
62 #include <openssl/rc4.h>
66 "usage: rc4 args\n",
156 i=EVP_read_pw_string(buf,BUFSIZ,"Enter RC4 password:",0);
179 RC4(&key,(unsigned int)i,(unsigned char *)buf,
rc4_enc.c 1 /* crypto/rc4/rc4_enc.c */
11 * apply to all code found in this distribution, be it the RC4, RSA,
59 #include <openssl/rc4.h>
62 /* RC4 as implemented from a posting from
65 * Subject: RC4 Algorithm revealed.
70 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
99 * (**) i.e. according to 'apps/openssl speed rc4' benchmark,
100 * crypto/rc4/rc4speed.c exhibits almost 70% speed-up...
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
keysets.pl 65 * apply to all code found in this distribution, be it the RC4, RSA,
  /external/openssl/crypto/conf/
keysets.pl 65 * apply to all code found in this distribution, be it the RC4, RSA,
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-x86_64.pl 12 # 2.22x RC4 tune-up:-) It should be noted though that my hand [as in
101 # but more than likely at the cost of the others (see rc4-586.pl
128 .globl RC4
129 .type RC4,\@function,4
131 RC4: or $len,$len
425 .size RC4,.-RC4
523 .asciz "rc4(8x,int)"
524 .asciz "rc4(8x,char)"
525 .asciz "rc4(16x,int)
    [all...]
rc4-x86_64.S 4 .globl RC4
5 .type RC4,@function
7 RC4: orq %rsi,%rsi
519 .size RC4,.-RC4
rc4-parisc.pl 10 # RC4 for PA-RISC.
143 .EXPORT RC4,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR
144 RC4
306 .STRINGZ "rc4(4x,`$SZ==1?"char":"int"`)"
307 .STRINGZ "RC4 for PA-RISC, CRYPTOGAMS by <appro\@openssl.org>"
  /external/libppp/src/
mppe.c 41 #include <openssl/rc4.h>
152 RC4(&RC4Key, mp->keylen, InterimKey, mp->sesskey);
213 RC4(&mop->rc4key, 2, (char *)&nproto, rp + 2);
217 RC4(&mop->rc4key, ilen, rp, rp);
358 RC4(&mip->rc4key, 2, (char *)proto, (char *)proto);
363 RC4(&mip->rc4key, len, rp, rp);
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.pl 12 # 2.22x RC4 tune-up:-) It should be noted though that my hand [as in
101 # but more than likely at the cost of the others (see rc4-586.pl
128 .globl RC4
129 .type RC4,\@function,4
131 RC4: or $len,$len
425 .size RC4,.-RC4
523 .asciz "rc4(8x,int)"
524 .asciz "rc4(8x,char)"
525 .asciz "rc4(16x,int)
    [all...]
rc4-x86_64.S 4 .globl RC4
5 .type RC4,@function
7 RC4: orq %rsi,%rsi
519 .size RC4,.-RC4
rc4-parisc.pl 10 # RC4 for PA-RISC.
143 .EXPORT RC4,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR
144 RC4
306 .STRINGZ "rc4(4x,`$SZ==1?"char":"int"`)"
307 .STRINGZ "RC4 for PA-RISC, CRYPTOGAMS by <appro\@openssl.org>"
  /external/dropbear/libtomcrypt/src/prngs/
rc4.c 14 @file rc4.c
15 RC4 PRNG, Tom St Denis
18 #ifdef RC4
22 "rc4", 32,
43 prng->rc4.x = 0;
61 if (prng->rc4.x + inlen > 256) {
62 if (prng->rc4.x == 256) {
67 inlen = 256 - prng->rc4.x;
72 prng->rc4.buf[prng->rc4.x++] = *in++
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_openssl.c 211 * RC4 into this ENGINE. The result is that EVP_CIPHER operation for "rc4"
220 #include <openssl/rc4.h>
246 RC4(&test(ctx)->ks,inl,in,out);
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_dat.pl 187 * apply to all code found in this distribution, be it the RC4, RSA,
objects.pl 138 * apply to all code found in this distribution, be it the RC4, RSA,
  /external/openssl/crypto/engine/
eng_openssl.c 211 * RC4 into this ENGINE. The result is that EVP_CIPHER operation for "rc4"
220 #include <openssl/rc4.h>
246 RC4(&test(ctx)->ks,inl,in,out);
  /external/openssl/crypto/objects/
obj_dat.pl 187 * apply to all code found in this distribution, be it the RC4, RSA,
objects.pl 138 * apply to all code found in this distribution, be it the RC4, RSA,
  /external/dropbear/libtomcrypt/
crypt.tex 197 The RC2 and RC4 symmetric ciphers are not under patents but are under trademark regulations. This means you can use
    [all...]
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 241 #ifdef RC4
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
speed.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
157 #include <openssl/rc4.h>
251 "md2","mdc2","md4","md5","hmac(md5)","sha1","rmd160","rc4",
830 if (strcmp(*argv,"rc4") == 0) doit[D_RC4]=1;
1080 BIO_printf(bio_err,"rc4");
    [all...]

Completed in 3573 milliseconds

12 3