HomeSort by relevance Sort by last modified time
    Searched full:cbc (Results 126 - 150 of 430) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/openssl/crypto/des/
VERSION 9 des_ncbc_encrypt() which is the standard cbc mode function.
78 Added RSA's DESX cbc mode. It is a form of cbc encryption, with 2
136 Fixed ede3 cbc which I had broken in 3.16. I have also
142 sparc and %6 on a R4400 for ede3 cbc mode.
175 Added des_ede3_cbc_encrypt() which is cbc mode des with 3 keys
236 Triple DES now defaults to triple cbc but can do triple ecb
358 Added des_rw_mode so people can use cbc encryption with
rpc_enc.c 72 if (desp->des_mode == CBC)
83 * Libdes's cbc encrypt does not copy back the iv,
  /external/openssl/crypto/evp/
c_allc.c 152 EVP_add_cipher_alias(SN_cast5_cbc,"CAST-cbc");
153 EVP_add_cipher_alias(SN_cast5_cbc,"cast-cbc");
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStream1Test.java 150 Cipher cf = Cipher.getInstance("DES/CBC/PKCS5Padding");
201 Cipher c = Cipher.getInstance("DES/CBC/NoPadding");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
pfkeyv2.h 320 #define SADB_X_EALG_SERPENTCBC 252 /* draft-ietf-ipsec-ciph-aes-cbc-00 */
321 #define SADB_X_EALG_TWOFISHCBC 253 /* draft-ietf-ipsec-ciph-aes-cbc-00 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pfkeyv2.h 320 #define SADB_X_EALG_SERPENTCBC 252 /* draft-ietf-ipsec-ciph-aes-cbc-00 */
321 #define SADB_X_EALG_TWOFISHCBC 253 /* draft-ietf-ipsec-ciph-aes-cbc-00 */
  /external/chromium_org/third_party/apache-win32/
OPENSSL-README.txt 75 of DES (1, 2 and 3 key versions of ecb, cbc, cfb and ofb;
77 in cbc mode, a fast crypt(3), and routines to read
80 RC2 encryption - 4 different modes, ecb, cbc, cfb and ofb.
81 Blowfish encryption - 4 different modes, ecb, cbc, cfb and ofb.
82 IDEA encryption - 4 different modes, ecb, cbc, cfb and ofb.
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
cbc.pl 15 #&cbc("des_ncbc_encrypt","des_encrypt",0);
16 #&cbc("BF_cbc_encrypt","BF_encrypt","BF_encrypt",
18 #&cbc("des_ncbc_encrypt","des_encrypt","des_encrypt",
20 #&cbc("des_ede3_cbc_encrypt","des_encrypt3","des_decrypt3",
26 sub cbc subroutine
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes_cbc.c 52 "aes cbc" /* printable module name */
289 * now cbc encrypt the padded data
308 * cbc decrypt the padded data
333 aes_cbc_description[] = "aes cipher block chaining (cbc) mode";
339 * AES encryption and decryption algorithms; if CBC fails on some
  /external/openssl/crypto/perlasm/
cbc.pl 15 #&cbc("des_ncbc_encrypt","des_encrypt",0);
16 #&cbc("BF_cbc_encrypt","BF_encrypt","BF_encrypt",
18 #&cbc("des_ncbc_encrypt","des_encrypt","des_encrypt",
20 #&cbc("des_ede3_cbc_encrypt","des_encrypt3","des_decrypt3",
26 sub cbc subroutine
  /external/srtp/crypto/cipher/
aes_cbc.c 52 "aes cbc" /* printable module name */
288 * now cbc encrypt the padded data
307 * cbc decrypt the padded data
332 aes_cbc_description[] = "aes cipher block chaining (cbc) mode";
338 * AES encryption and decryption algorithms; if CBC fails on some
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
adb 
  /external/skia/platform_tools/android/bin/linux/
adb 
  /external/ipsec-tools/src/racoon/
strnames.c 668 { OAKLEY_ATTR_ENC_ALG_DES, "DES-CBC", NULL },
669 { OAKLEY_ATTR_ENC_ALG_IDEA, "IDEA-CBC", NULL },
670 { OAKLEY_ATTR_ENC_ALG_BLOWFISH, "Blowfish-CBC", NULL },
671 { OAKLEY_ATTR_ENC_ALG_RC5, "RC5-R16-B64-CBC", NULL },
672 { OAKLEY_ATTR_ENC_ALG_3DES, "3DES-CBC", NULL },
673 { OAKLEY_ATTR_ENC_ALG_CAST, "CAST-CBC", NULL },
674 { OAKLEY_ATTR_ENC_ALG_AES, "AES-CBC", NULL },
  /external/chromium_org/content/child/webcrypto/test/
aes_cbc_unittest.cc 20 // Creates an AES-CBC algorithm.
790 // AES-CBC 128
797 // AES-CBC 256
874 // Try importing an AES-CBC key with unsupported key usages using raw
875 // format. AES-CBC keys support the following usages:
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ContainerEncryptionParamsTest.java 29 private static final String ENC_ALGORITHM = "AES/CBC/PKCS7Padding";
111 "AES-256/CBC/PKCS7Padding"), new IvParameterSpec(IV_BYTES.clone()),
251 "AES-256/CBC/PKCS7Padding"), new IvParameterSpec(IV_BYTES.clone()),
  /external/chromium_org/third_party/boringssl/src/crypto/obj/
obj_dat.h     [all...]
  /external/chromium_org/chrome/browser/signin/
easy_unlock_auth_attempt.cc 41 if (!encryptor.Init(key.get(), crypto::Encryptor::CBC, iv))
  /external/chromium_org/content/child/webcrypto/nss/
aes_cbc_nss.cc 103 AesCbcImplementation() : AesAlgorithm(CKM_AES_CBC, "CBC") {}
  /external/chromium_org/content/child/webcrypto/openssl/
aes_cbc_openssl.cc 114 AesCbcImplementation() : AesAlgorithm("CBC") {}
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 25 #define MODE_CBC 2 /* Are we ciphering in CBC mode? */
  /external/lzma/
Methods.txt 114 x1 - CBC
  /external/tcpdump/
print-esp.c 247 if (strlen(decode) > strlen("-cbc") &&
248 !strcmp(decode + strlen(decode) - strlen("-cbc"), "-cbc")) {
249 p = strstr(decode, "-cbc");
  /hardware/ti/omap4-aah/security/tf_sdk/include/
wvdrm_protocol.h 71 * param#0 is the encryption with AES-CBC-128 of the
  /libcore/benchmarks/src/benchmarks/regression/
CipherBenchmark.java 64 CBC,

Completed in 574 milliseconds

1 2 3 4 56 7 8 91011>>