Searched defs:RC4 (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl46 # void RC4(RC4_KEY *key,size_t len,const void *inp,void *out)
61 .globl RC4
62 .type RC4,\@function
64 RC4: label
155 .size RC4,.-RC4
156 .string "RC4 for s390x, CRYPTOGAMS by <appro\@openssl.org>"
H A Drc4-ia64.pl32 # for RC4 encryption. The basic algorithm looks like this:
464 .type RC4, \@function
465 .global RC4
467 .proc RC4
470 RC4: label
752 .endp RC4
H A Drc4-x86_64.pl12 # 2.22x RC4 tune-up:-) It should be noted though that my hand [as in
127 .globl RC4
128 .type RC4,\@function,4
130 RC4: or $len,$len label
424 .size RC4,.-RC4
525 .asciz "RC4 for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
/external/openssl/crypto/rc4/
H A Drc4_enc.c11 * apply to all code found in this distribution, be it the RC4, RSA,
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, function
/external/dropbear/libtomcrypt/
H A Dcrypt.tex197 The RC2 and RC4 symmetric ciphers are not under patents but are under trademark regulations. This means you can use
2851 \hline RC4 & rc4\_desc & Stream Cipher \\
2885 \subsubsection{RC4}
2887 RC4 is an old stream cipher that can also double duty as a PRNG in a pinch. You key RC4 by
2891 When you read from RC4, the output is XOR'ed against your buffer you provide. In this manner, you can use rc4\_read()
2894 You really should not use RC4. This is not because RC4 is weak, (though biases are known to exist) but simply due to
2899 SOBER--128 is a stream cipher designed by the QUALCOMM Australia team. Like RC4, you key it by
2910 Like RC4, th
2883 \\subsubsection{RC4} subsubsection
[all...]

Completed in 91 milliseconds