/libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
AlgNameMapper.java | 67 {"1.2.840.113549.1.5.3", "pbeWithMD5AndDES-CBC"}, 68 {"1.2.840.113549.1.12.1.3", "pbeWithSHAAnd3-KeyTripleDES-CBC"}, 69 {"1.2.840.113549.1.12.1.6", "pbeWithSHAAnd40BitRC2-CBC"}, 70 {"1.2.840.113549.3.2", "RC2-CBC"}, 74 {"1.2.840.113549.3.6", "DESx-CBC"}, 75 {"1.2.840.113549.3.7", "TripleDES-CBC"}, 77 {"1.2.840.113549.3.9", "RC5-CBC"},
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/ |
CBCBlockCipherMac.java | 10 * standard CBC Block Cipher MAC - if no padding is specified the default of 26 * create a standard MAC based on a CBC block cipher. This will produce an 38 * create a standard MAC based on a CBC block cipher. This will produce an 53 * MAC been given in bits. This class uses CBC mode as the basis for the 73 * MAC been given in bits. This class uses CBC mode as the basis for the
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
CBCBlockCipher.java | 10 * implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher. 111 * @return the name of the underlying algorithm followed by "/CBC". 115 return cipher.getAlgorithmName() + "/CBC"; 164 * Do the appropriate chaining step for CBC mode encryption. 207 * Do the appropriate chaining step for CBC mode decryption.
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/ |
crypto_types.h | 123 * @brief AES Cipher Block Chaining mode (AES CBC) 125 * AES CBC is the AES Cipher Block Chaining mode. 131 * @brief AES-128 Cipher Block Chaining mode (AES CBC) 133 * AES-128 CBC is a deprecated alternate name for AES CBC.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/bc/ |
BCObjectIdentifiers.java | 56 * AES(1) . (CBC-128(2)|CBC-192(22)|CBC-256(42))
|
/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLProvider.java | 223 put("Cipher.AES/CBC/NoPadding", prefix + "OpenSSLCipher$AES$CBC$NoPadding"); 224 put("Cipher.AES/CBC/PKCS5Padding", prefix + "OpenSSLCipher$AES$CBC$PKCS5Padding"); 225 put("Alg.Alias.Cipher.AES/CBC/PKCS7Padding", "AES/CBC/PKCS5Padding"); 233 put("Cipher.DESEDE/CBC/NoPadding", prefix + "OpenSSLCipher$DESEDE$CBC$NoPadding"); 234 put("Cipher.DESEDE/CBC/PKCS5Padding", prefix + "OpenSSLCipher$DESEDE$CBC$PKCS5Padding") [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/utils/ |
AlgNameMapperTest.java | 33 .getStandardName("PBEWITHSHAAND40BITRC2-CBC"); 34 assertEquals("pbeWithSHAAnd40BitRC2-CBC", standardName);
|
/external/chromium_org/content/child/webcrypto/nss/ |
aes_key_nss.h | 25 // is the JWK name for 128-bit AES-CBC. The |jwk_suffix| in this case would 26 // be "CBC".
|
/external/chromium_org/content/child/webcrypto/openssl/ |
aes_key_openssl.h | 21 // is the JWK name for 128-bit AES-CBC. The |jwk_suffix| in this case would 22 // be "CBC".
|
/external/openssl/crypto/des/ |
README | 19 It supports ecb, cbc, ofb, cfb, triple ecb, triple cbc, triple ofb,
|
/external/wpa_supplicant_8/src/crypto/ |
aes_wrap.h | 5 * - One-Key CBC MAC (OMAC1) hash with AES-128 8 * - AES-128 CBC
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/kisa/ |
KISAObjectIdentifiers.java | 23 /** RFC 4269: pbeWithSHA1AndSEED-CBC; OID 1.2.410.200004.1.15 */
|
/external/chromium_org/crypto/ |
encryptor_openssl.cc | 48 mode_(CBC) { 58 DCHECK(mode == CBC || mode == CTR); 61 if (mode == CBC && iv.size() != AES_BLOCK_SIZE) 75 CHECK(!plaintext.empty() || (mode_ == CBC));
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
ConvexHull.cpp | 47 if (!rotate(cubic, yMin, index, rotPath)) { // ! if cbc[yMin]==cbc[idx] 83 if (!rotate(cubic, least, most, midPath)) { // ! if cbc[least]==cbc[most]
|
/external/openssl/include/openssl/ |
modes.h | 69 unsigned char ivec[16], cbc128_f cbc); 75 unsigned char ivec[16], cbc128_f cbc); 82 unsigned char ivec[16], cbc128_f cbc); 88 unsigned char ivec[16], cbc128_f cbc);
|
/external/openssl/patches/ |
0009-cbc_record_splitting.patch | 34 + BIO_printf(bio_err," -no_record_splitting - disable 1/n-1 record splitting in CBC mode\n"); 132 - /* countermeasure against known-IV weakness in CBC ciphersuites 133 - * (see http://www.openssl.org/~bodo/tls-cbc.txt) 193 + /* enable vulnerability countermeasure for CBC ciphers with 194 + * known-IV problem (http://www.openssl.org/~bodo/tls-cbc.txt) */ 197 - /* enable vulnerability countermeasure for CBC ciphers with 198 - * known-IV problem (http://www.openssl.org/~bodo/tls-cbc.txt) 247 + * in its own record in order to randomise a CBC IV. */ 298 + * of the data in order to randomise a CBC IV. If |is_fragment| is true then 345 /* countermeasure against known-IV weakness in CBC ciphersuite [all...] |
/external/skia/experimental/Intersection/ |
ConvexHull.cpp | 47 if (!rotate(cubic, yMin, index, rotPath)) { // ! if cbc[yMin]==cbc[idx] 83 if (!rotate(cubic, least, most, midPath)) { // ! if cbc[least]==cbc[most]
|
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/ |
va_private.h | 44 // PAVP mode, CTR, CBC, DEDE etc
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
va_private.h | 43 // PAVP mode, CTR, CBC, DEDE etc
|
/libcore/luni/src/test/java/libcore/javax/crypto/spec/ |
AlgorithmParametersTestAES.java | 31 super("AES", new AlgorithmParameterSymmetricHelper("AES", "CBC/PKCS5PADDING", 128), new IvParameterSpec(parameterData));
|
AlgorithmParametersTestDES.java | 29 super("DES", new AlgorithmParameterSymmetricHelper("DES", "CBC/PKCS5PADDING", 56), new IvParameterSpec(parameterData));
|
AlgorithmParametersTestDESede.java | 29 super("DESede", new AlgorithmParameterSymmetricHelper("DESede", "CBC/PKCS5PADDING", 112), new IvParameterSpec(parameterData));
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
CipherDESedeWrapTest.java | 25 new String[] {"CBC"}, new String[] {"NoPadding"});
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
CipherTest.java | 87 if (algorithm.equals("PBEWITHSHAAND40BITRC2-CBC")) { 90 if (algorithm.equals("PBEWITHSHAAND128BITRC2-CBC")) { 93 if (algorithm.equals("PBEWITHSHAANDTWOFISH-CBC")) { 159 if (algorithm.equals("PBEWITHMD5AND128BITAES-CBC-OPENSSL")) { 162 if (algorithm.equals("PBEWITHMD5AND192BITAES-CBC-OPENSSL")) { 165 if (algorithm.equals("PBEWITHMD5AND256BITAES-CBC-OPENSSL")) { 168 if (algorithm.equals("PBEWITHSHA256AND128BITAES-CBC-BC")) { 171 if (algorithm.equals("PBEWITHSHA256AND192BITAES-CBC-BC")) { 174 if (algorithm.equals("PBEWITHSHA256AND256BITAES-CBC-BC")) { 177 if (algorithm.equals("PBEWITHSHAAND128BITAES-CBC-BC")) [all...] |
/external/openssl/apps/ |
dsa.c | 81 * -des - encrypt output if PEM format with DES in cbc mode 216 BIO_printf(bio_err," -des encrypt PEM output with cbc des\n"); 217 BIO_printf(bio_err," -des3 encrypt PEM output with ede cbc des using 168 bit key\n"); 219 BIO_printf(bio_err," -idea encrypt PEM output with cbc idea\n"); 223 BIO_printf(bio_err," encrypt PEM output with cbc aes\n"); 227 BIO_printf(bio_err," encrypt PEM output with cbc camellia\n"); 230 BIO_printf(bio_err," -seed encrypt PEM output with cbc seed\n");
|