Home
last modified time | relevance | path

Searched refs:AES (Results 1 – 25 of 76) sorted by relevance

1234

/external/boringssl/src/crypto/cipher/test/
Dcipher_test.txt57 # AES 128 ECB tests (from FIPS-197 test vectors, encrypt)
58 Cipher = AES-128-ECB
65 # AES 256 ECB tests (from FIPS-197 test vectors, encrypt)
66 Cipher = AES-256-ECB
73 # AES tests from NIST document SP800-38A
75 # AES-bits-ECB:key::plaintext:ciphertext:encdec
77 Cipher = AES-128-ECB
82 Cipher = AES-128-ECB
87 Cipher = AES-128-ECB
92 Cipher = AES-128-ECB
[all …]
/external/lzma/DOC/
DMethods.txt109 01 - AES
110 0x - AES-128
111 4x - AES-192
112 8x - AES-256
113 Cx - AES
126 03 - Rar29 AES-128 + (modified SHA-1)
128 01 - AES-256 + SHA-256
/external/libchrome/crypto/
Dsymmetric_key_unittest.cc16 crypto::SymmetricKey::GenerateRandomKey(crypto::SymmetricKey::AES, 256)); in TEST()
25 crypto::SymmetricKey::GenerateRandomKey(crypto::SymmetricKey::AES, 256)); in TEST()
35 crypto::SymmetricKey::GenerateRandomKey(crypto::SymmetricKey::AES, 256)); in TEST()
41 crypto::SymmetricKey::Import(crypto::SymmetricKey::AES, raw_key1)); in TEST()
207 crypto::SymmetricKey::AES,
215 crypto::SymmetricKey::AES,
Dsymmetric_key_nss.cc22 DCHECK_EQ(AES, algorithm); in GenerateRandomKey()
54 if (algorithm == AES) { in DeriveKeyFromPassword()
75 algorithm == AES ? SEC_OID_AES_256_CBC : SEC_OID_HMAC_SHA1; in DeriveKeyFromPassword()
102 if (algorithm == AES) { in Import()
111 algorithm == AES ? CKM_AES_CBC : CKM_SHA_1_HMAC; in Import()
Dsymmetric_key_openssl.cc28 DCHECK_EQ(AES, algorithm); in GenerateRandomKey()
57 DCHECK(algorithm == AES || algorithm == HMAC_SHA1); in DeriveKeyFromPassword()
59 if (algorithm == AES) { in DeriveKeyFromPassword()
87 if (algorithm == AES) { in Import()
Dsymmetric_key_win.cc329 case AES: in GenerateRandomKey()
372 case AES: in DeriveKeyFromPassword()
472 case AES: in Import()
Dsymmetric_key.h34 AES, enumerator
/external/srtp/
Dtiming18 plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with …
27 plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines
36 …EAL" with lines, "timing.dat" index 6 title "TMMH/AES" with lines, "timing.dat" index 7 title "HMA…
/external/autotest/client/site_tests/platform_AesThroughput/
Dcontrol7 PURPOSE = "Benchmark processor performance using OpenSSL using AES options."
21 This test uses the openssl program with AES options.
/external/curl/tests/data/
Dtest32028 <TR><TD>Cipher</TD><TD>AES-NNN-CBC</TD></TR>
77 <TR><TD>Cipher</TD><TD>AES-NNN-CBC</TD></TR>
92 s/(AES[-_])\d\d\d([-_]CBC)/$1NNN$2/
/external/boringssl/src/crypto/obj/
Dobjects.txt845 # AES aka Rijndael
851 aes 1 : AES-128-ECB : aes-128-ecb
852 aes 2 : AES-128-CBC : aes-128-cbc
854 aes 3 : AES-128-OFB : aes-128-ofb
856 aes 4 : AES-128-CFB : aes-128-cfb
862 aes 21 : AES-192-ECB : aes-192-ecb
863 aes 22 : AES-192-CBC : aes-192-cbc
865 aes 23 : AES-192-OFB : aes-192-ofb
867 aes 24 : AES-192-CFB : aes-192-cfb
873 aes 41 : AES-256-ECB : aes-256-ecb
[all …]
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_checkMixedWPA17 WPA and WPA2 with TKIP/AES supported for WPA and AES supported for WPA2.
Dcontrol.wifi_checkWPA217 network. By definition, traffic on this network is encrypted under AES.
Dcontrol.wifi_checkWPA_multi17 supporting both AES based CCMP and TKIP.
Dcontrol.wifi_checkWPA2_PMF16 using AES based CCMP. In addition, the client must also support 802.11w
Dcontrol.wifi_checkWPA_CCMP17 using AES based CCMP.
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLCipher.java629 public static class AES extends EVP_CIPHER { class in OpenSSLCipher.EVP_CIPHER
632 protected AES(Mode mode, Padding padding) { in AES() method in OpenSSLCipher.EVP_CIPHER.AES
636 public static class CBC extends AES {
654 public static class CTR extends AES {
660 public static class ECB extends AES {
1084 public abstract static class AES extends EVP_AEAD { class in OpenSSLCipher.EVP_AEAD
1087 protected AES(Mode mode) { in AES() method in OpenSSLCipher.EVP_AEAD.AES
1121 public static class GCM extends AES {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DAES.java60 public final class AES class
64 private AES() in AES() method in AES
713 private static final String PREFIX = AES.class.getName();
945 Class def = AES.class.getClassLoader().loadClass(className); in lookup()
/external/srtp/doc/
Drfc3711.txt65 4.1.1. AES in Counter Mode. . . . . . . . . . . . . . . 21
66 4.1.2. AES in f8-mode . . . . . . . . . . . . . . . . . 22
73 4.3.3. AES-CM PRF . . . . . . . . . . . . . . . . . . . 28
75 5.1. Encryption: AES-CM and NULL. . . . . . . . . . . . . . . 29
77 5.3. Key Derivation: AES-CM PRF . . . . . . . . . . . . . . . 29
110 B.1. AES-f8 Test Vectors. . . . . . . . . . . . . . . . . . . 51
119 B.2. AES-CM Test Vectors. . . . . . . . . . . . . . . . . . . 52
1108 The default cipher is the Advanced Encryption Standard (AES) [AES],
1109 and we define two modes of running AES, (1) Segmented Integer Counter
1110 Mode AES and (2) AES in f8-mode. In the remainder of this section,
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
Dusage.rst252 like AES or DES3 to encrypt the file with a random key, then encrypt
261 #. Use that key to encrypt the file with AES.
262 #. :py:func:`Encrypt <rsa.encrypt>` the AES key with RSA
272 The Python-RSA module does not contain functionality to do the AES
278 As far as we know, there is no pure-Python AES encryption. Previous
/external/autotest/server/site_tests/network_WiFi_Perf/
Dcontrol.11g_aes15 throughput on a DUT with an 802.11g network with AES encryption.
Dcontrol.11a_aes15 throughput on a DUT with an 802.11a network with AES encryption.
Dcontrol.ht40_aes15 throughput on a DUT with an AES encrypted HT40 802.11n network.
Dcontrol.ht20_aes15 throughput on a DUT with an AES encrypted HT20 802.11n network.
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
Dcontrol.wpa216 traffic on this network is encrypted under AES.

1234