/external/openssl/apps/ |
cms.c | 614 BIO_printf (bio_err, " encrypt PEM output with cbc aes\n"); 618 BIO_printf (bio_err, " encrypt PEM output with cbc camellia\n"); [all...] |
/external/openssl/crypto/aes/asm/ |
vpaes-x86.pl | 23 # Performance summary. aes-586.pl column lists large-block CBC 26 # large-block CBC] encrypt/decrypt.
|
aes-586.pl | 51 # up to 40% performance imrovement of CBC benchmark results. 40% was 53 # compared to PIC generated by GCC and in CBC mode, was observed to be 54 # as large as 4x:-) CBC performance is virtually identical to ECB now 60 # in CBC[!] mode. Former means that 3/4 of table references are now 67 # stack. This unfortunately has rather strong impact on small block CBC 99 # AES_[en|de]crypt, which affects all modes, but CBC. CBC routine 105 # ECB encrypt ECB decrypt CBC large chunk 147 # CBC, do mask the plain-text in this exact way [secure cipher output 224 # processed with compact routine in CBC mod [all...] |
aesv8-armx.pl | 21 # CBC enc CBC dec CTR
|
vpaes-x86_64.pl | 23 # Performance summary. aes-x86_64.pl column lists large-block CBC 26 # [also large-block CBC] encrypt/decrypt.
|
/external/openssl/crypto/engine/ |
eng_cryptodev.c | 510 /* DES CBC EVP */ 524 /* 3DES CBC EVP */ [all...] |
/external/tcpdump/ |
tcpdump.1.in | 282 \fBdes-cbc\fP, 283 \fB3des-cbc\fP, 284 \fBblowfish-cbc\fP, 285 \fBrc3-cbc\fP, 286 \fBcast128-cbc\fP, or 288 The default is \fBdes-cbc\fP. [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/ |
aes-586.pl | 51 # up to 40% performance imrovement of CBC benchmark results. 40% was 53 # compared to PIC generated by GCC and in CBC mode, was observed to be 54 # as large as 4x:-) CBC performance is virtually identical to ECB now 60 # in CBC[!] mode. Former means that 3/4 of table references are now 67 # stack. This unfortunately has rather strong impact on small block CBC 99 # AES_[en|de]crypt, which affects all modes, but CBC. CBC routine 105 # ECB encrypt ECB decrypt CBC large chunk 148 # CBC, do mask the plain-text in this exact way [secure cipher output 225 # processed with compact routine in CBC mod [all...] |
vpaes-x86_64.pl | 23 # Performance summary. aes-x86_64.pl column lists large-block CBC 26 # [also large-block CBC] encrypt/decrypt.
|
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/ |
EncryptedPrivateKeyInfoData.java | [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/ |
EncryptedPrivateKeyInfoData.java | [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
sslcon.c | 107 "RC2-CBC", 108 "RC2-CBC-Export", 109 "IDEA-CBC", 110 "DES-CBC", 111 "DES-EDE3-CBC", [all...] |
/external/conscrypt/src/test/java/org/conscrypt/ |
NativeCryptoTest.java | 600 "EXP1024-DES-CBC-SHA", "EXP1024-RC4-SHA", "DHE-DSS-RC4-SHA", 602 "IDEA-CBC-SHA", "IDEA-CBC-MD5" 665 cipherSuites.add(0, "PSK-AES128-CBC-SHA"); [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfiguration.java | 134 /** AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] */ 145 * CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] 160 /** AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] */ [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
X509KeyManagerTest.java | 211 * DEK-Info: DES-EDE3-CBC,69E26FCC3A7F136E 403 * DEK-Info: DES-EDE3-CBC,370723FFDC1B1CFA [all...] |
/external/bluetooth/bluedroid/stack/smp/ |
aes.c | 588 /* CBC encrypt a number of blocks (input and return an IV) */ 639 /* CBC decrypt a number of blocks (input and return an IV) */
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
ssl_ciph.c | 328 (evp=EVP_get_cipherbyname("AES-128-CBC-HMAC-SHA1"))) 332 (evp=EVP_get_cipherbyname("AES-256-CBC-HMAC-SHA1"))) [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/test/runner/ |
runner.go | 985 "-cbc-record-splitting", 999 "-cbc-record-splitting", [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
BaseBlockCipher.java | 264 else if (modeName.equals("CBC")) [all...] |
/external/chromium_org/chromeos/network/onc/ |
onc_utils.cc | 140 if (!decryptor.Init(key.get(), crypto::Encryptor::CBC, initial_vector)) {
|
/external/chromium_org/content/browser/net/ |
sqlite_persistent_cookie_store_unittest.cc | 57 encryptor_.Init(key_.get(), crypto::Encryptor::CBC, iv);
|
/external/chromium_org/remoting/tools/winext/manifest/ |
rdp.h | 66 struct __declspec(uuid("260ec22d-8cbc-44b5-9e88-2a37f6c93ae9")) IRemoteDesktopClientTouchPointer; [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
NormalizeAlgorithm.cpp | 71 {"AES-CBC", 7, WebCryptoAlgorithmIdAesCbc},
|
/external/chromium_org/third_party/boringssl/ |
boringssl.gypi | 157 'src/crypto/modes/cbc.c',
|
boringssl.target.darwin-arm.mk | 172 third_party/boringssl/src/crypto/modes/cbc.c \
|