HomeSort by relevance Sort by last modified time
    Searched defs:RC4 (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/rc4/asm/
rc4-s390x.pl 23 # void RC4(RC4_KEY *key,size_t len,const void *inp,void *out)
38 .globl RC4
39 .type RC4,\@function
41 RC4:
127 .size RC4,.-RC4
128 .string "RC4 for s390x, CRYPTOGAMS by <appro\@openssl.org>"
202 .string "rc4(8x,char)"
rc4-x86_64.pl 10 # 2.22x RC4 tune-up:-) It should be noted though that my hand [as in
87 .globl RC4
88 .type RC4,\@function,4
90 RC4: or $len,$len
261 .size RC4,.-RC4
360 .asciz "rc4(8x,int)"
361 .asciz "rc4(8x,char)"
362 .asciz "rc4(1x,char)"
363 .asciz "RC4 for x86_64, CRYPTOGAMS by <appro\@openssl.org>
    [all...]
rc4-ia64.pl 32 # for RC4 encryption. The basic algorithm looks like this:
315 .ident \"rc4-ia64.s, version 3.0\"
464 .type RC4, \@function
465 .global RC4
467 .proc RC4
470 RC4:
752 .endp RC4
  /external/openssl/crypto/rc4/
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/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...]

Completed in 2257 milliseconds