/external/dropbear/libtomcrypt/src/ciphers/ |
rc5.c | 13 @file rc5.c 14 RC5 code by Tom St Denis 19 #ifdef RC5 23 "rc5", 46 Initialize the RC5 block cipher 78 skey->rc5.rounds = num_rounds; 79 S = skey->rc5.K; 122 Encrypts a block of text with RC5 142 A += skey->rc5.K[0]; 143 B += skey->rc5.K[1] [all...] |
/libcore/luni/src/main/java/javax/crypto/spec/ |
package.html | 21 <li>RC5
|
RC5ParameterSpec.java | 25 * href="http://www.ietf.org/rfc/rfc2040.txt">RC5</a> algorithm.
|
/external/openssl/apps/ |
progs.pl | 75 "rc2", "bf", "cast", "rc5", 85 "cast-cbc", "rc5-cbc", "rc5-ecb", "rc5-cfb", "rc5-ofb") 99 elsif ($_ =~ /rc5/) { $t="#ifndef OPENSSL_NO_RC5\n${t}#endif\n"; }
|
progs.h | 248 {FUNC_TYPE_CIPHER,"rc5",enc_main}, 356 {FUNC_TYPE_CIPHER,"rc5-cbc",enc_main}, 359 {FUNC_TYPE_CIPHER,"rc5-ecb",enc_main}, 362 {FUNC_TYPE_CIPHER,"rc5-cfb",enc_main}, 365 {FUNC_TYPE_CIPHER,"rc5-ofb",enc_main},
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
BaseBlockCipher.java | 390 // for RC5-64 we must have some default parameters 392 if (params == null && baseEngine.getAlgorithmName().startsWith("RC5-64")) 394 throw new InvalidAlgorithmParameterException("RC5 requires an RC5ParametersSpec to be passed in."); 500 // if (baseEngine.getAlgorithmName().startsWith("RC5")) 502 // if (baseEngine.getAlgorithmName().equals("RC5-32")) 506 // throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 32 not " + rc5Param.getWordSize() + "."); 509 // else if (baseEngine.getAlgorithmName().equals("RC5-64")) 513 // throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 64 not " + rc5Param.getWordSize() + "."); 519 // throw new InvalidAlgorithmParameterException("RC5 parameters passed to a cipher that is not RC5.") [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JCEBlockCipher.java | 406 // // for RC5-64 we must have some default parameters 408 // if (params == null && baseEngine.getAlgorithmName().startsWith("RC5-64")) 410 // throw new InvalidAlgorithmParameterException("RC5 requires an RC5ParametersSpec to be passed in."); 517 // if (baseEngine.getAlgorithmName().startsWith("RC5")) 519 // if (baseEngine.getAlgorithmName().equals("RC5-32")) 523 // throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 32 not " + rc5Param.getWordSize() + "."); 526 // else if (baseEngine.getAlgorithmName().equals("RC5-64")) 530 // throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 64 not " + rc5Param.getWordSize() + "."); 536 // throw new InvalidAlgorithmParameterException("RC5 parameters passed to a cipher that is not RC5.") [all...] |
/external/dropbear/libtomcrypt/src/misc/crypt/ |
crypt.c | 54 #if defined(RC5) 55 " RC5\n"
|
/external/openssl/crypto/evp/ |
c_allc.c | 161 EVP_add_cipher_alias(SN_rc5_cbc,"rc5"); 162 EVP_add_cipher_alias(SN_rc5_cbc,"RC5");
|
e_rc5.c | 67 #include <openssl/rc5.h>
|
/external/dropbear/libtomcrypt/notes/ |
tech0003.txt | 32 RC5 | 204 |
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/ |
AlgNameMapperTest.java | 45 {"1.2.840.113549.3.9", "RC5-CBC"},
|
/external/openssl/crypto/objects/ |
objects.h | 650 #define SN_rc5_cbc "RC5-CBC" 651 #define LN_rc5_cbc "rc5-cbc" 655 #define SN_rc5_ecb "RC5-ECB" 656 #define LN_rc5_ecb "rc5-ecb" 659 #define SN_rc5_cfb64 "RC5-CFB" 660 #define LN_rc5_cfb64 "rc5-cfb" 663 #define SN_rc5_ofb64 "RC5-OFB" 664 #define LN_rc5_ofb64 "rc5-ofb" [all...] |
objects.txt | 383 rsadsi 3 8 : RC5-CBC : rc5-cbc 384 : RC5-ECB : rc5-ecb 385 !Cname rc5-cfb64 386 : RC5-CFB : rc5-cfb 387 !Cname rc5-ofb64 388 : RC5-OFB : rc5-of [all...] |
/external/openssl/include/openssl/ |
objects.h | 650 #define SN_rc5_cbc "RC5-CBC" 651 #define LN_rc5_cbc "rc5-cbc" 655 #define SN_rc5_ecb "RC5-ECB" 656 #define LN_rc5_ecb "rc5-ecb" 659 #define SN_rc5_cfb64 "RC5-CFB" 660 #define LN_rc5_cfb64 "rc5-cfb" 663 #define SN_rc5_ofb64 "RC5-OFB" 664 #define LN_rc5_ofb64 "rc5-ofb" [all...] |
/external/dropbear/libtomcrypt/demos/ |
encrypt.c | 38 #ifdef RC5
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_cipher.h | 13 #ifdef RC5 151 #ifdef RC5 152 struct rc5_key rc5; member in union:Symmetric_key 545 #ifdef RC5
|
/external/ipsec-tools/src/racoon/ |
algorithm.c | 118 { "rc5", algtype_rc5, OAKLEY_ATTR_ENC_ALG_RC5, 8, 149 { "rc5", algtype_rc5, IPSECDOI_ESP_RC5, 8,
|
crypto_openssl.h | 104 /* RC5 */
|
/external/openssl/crypto/rc2/ |
rrc2.doc | 25 the paper "The RC5 Encryption Algorithm" (RC5 is a trademark of RSADSI), using
|
/external/dropbear/libtomcrypt/ |
Android.mk | 11 src/ciphers/noekeon.c src/ciphers/rc2.c src/ciphers/rc5.c src/ciphers/rc6.c src/ciphers/safer/safer.c \
|
changes | 355 -- Added [demo only] optimized RC5-CTR code to x86_prof demo to show off how to make an accelerator [all...] |
/external/ipsec-tools/ |
NEWS | 99 0.3rc5 - 05 April 2004
|
/libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
AlgNameMapper.java | 74 {"1.2.840.113549.3.9", "RC5-CBC"},
|
/external/bouncycastle/patches/ |
bcprov.patch | [all...] |