/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 | 389 // for RC5-64 we must have some default parameters 391 if (params == null && baseEngine.getAlgorithmName().startsWith("RC5-64")) 393 throw new InvalidAlgorithmParameterException("RC5 requires an RC5ParametersSpec to be passed in."); 499 // if (baseEngine.getAlgorithmName().startsWith("RC5")) 501 // if (baseEngine.getAlgorithmName().equals("RC5-32")) 505 // throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 32 not " + rc5Param.getWordSize() + "."); 508 // else if (baseEngine.getAlgorithmName().equals("RC5-64")) 512 // throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 64 not " + rc5Param.getWordSize() + "."); 518 // 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 | 400 // // for RC5-64 we must have some default parameters 402 // if (params == null && baseEngine.getAlgorithmName().startsWith("RC5-64")) 404 // throw new InvalidAlgorithmParameterException("RC5 requires an RC5ParametersSpec to be passed in."); 511 // if (baseEngine.getAlgorithmName().startsWith("RC5")) 513 // if (baseEngine.getAlgorithmName().equals("RC5-32")) 517 // throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 32 not " + rc5Param.getWordSize() + "."); 520 // else if (baseEngine.getAlgorithmName().equals("RC5-64")) 524 // throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 64 not " + rc5Param.getWordSize() + "."); 530 // 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 |
|
/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...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/ |
FullRevision.java | 133 * return "18.0.0", "18.1.0" or "18.1.2 rc5". 216 * "18.1.2 rc5" => "18.1.2.5" so its less than "18.1.2.+INF" but more than "18.1.1.0"
|
/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/openssl/ |
openssl.config | 22 crypto/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 | 73 {"1.2.840.113549.3.9", "RC5-CBC"},
|