Home
last modified time | relevance | path

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

1234

/external/boringssl/src/crypto/cipher_extra/test/nist_cavp/
Daes_256_ctr.txt1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-256-CTR -swap-iv-plaintext kat_aes/C…
5 Cipher: AES-256-CTR
12 Cipher: AES-256-CTR
19 Cipher: AES-256-CTR
26 Cipher: AES-256-CTR
33 Cipher: AES-256-CTR
40 Cipher: AES-256-CTR
47 Cipher: AES-256-CTR
54 Cipher: AES-256-CTR
61 Cipher: AES-256-CTR
[all …]
Daes_256_cbc.txt1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-256-CBC kat_aes/CBCGFSbox256.rsp kat…
5 Cipher: AES-256-CBC
12 Cipher: AES-256-CBC
19 Cipher: AES-256-CBC
26 Cipher: AES-256-CBC
33 Cipher: AES-256-CBC
40 Cipher: AES-256-CBC
47 Cipher: AES-256-CBC
54 Cipher: AES-256-CBC
61 Cipher: AES-256-CBC
[all …]
Daes_128_ctr.txt1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-128-CTR -swap-iv-plaintext kat_aes/C…
5 Cipher: AES-128-CTR
12 Cipher: AES-128-CTR
19 Cipher: AES-128-CTR
26 Cipher: AES-128-CTR
33 Cipher: AES-128-CTR
40 Cipher: AES-128-CTR
47 Cipher: AES-128-CTR
54 Cipher: AES-128-CTR
61 Cipher: AES-128-CTR
[all …]
Daes_128_cbc.txt1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-128-CBC kat_aes/CBCGFSbox128.rsp kat…
5 Cipher: AES-128-CBC
12 Cipher: AES-128-CBC
19 Cipher: AES-128-CBC
26 Cipher: AES-128-CBC
33 Cipher: AES-128-CBC
40 Cipher: AES-128-CBC
47 Cipher: AES-128-CBC
54 Cipher: AES-128-CBC
61 Cipher: AES-128-CBC
[all …]
Daes_192_ctr.txt1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-192-CTR -swap-iv-plaintext kat_aes/C…
5 Cipher: AES-192-CTR
12 Cipher: AES-192-CTR
19 Cipher: AES-192-CTR
26 Cipher: AES-192-CTR
33 Cipher: AES-192-CTR
40 Cipher: AES-192-CTR
47 Cipher: AES-192-CTR
54 Cipher: AES-192-CTR
61 Cipher: AES-192-CTR
[all …]
Daes_192_cbc.txt1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-192-CBC kat_aes/CBCGFSbox192.rsp kat…
5 Cipher: AES-192-CBC
12 Cipher: AES-192-CBC
19 Cipher: AES-192-CBC
26 Cipher: AES-192-CBC
33 Cipher: AES-192-CBC
40 Cipher: AES-192-CBC
47 Cipher: AES-192-CBC
54 Cipher: AES-192-CBC
61 Cipher: AES-192-CBC
[all …]
/external/boringssl/src/crypto/cipher_extra/test/
Dcipher_tests.txt109 # AES 128 ECB tests (from FIPS-197 test vectors, encrypt)
110 Cipher = AES-128-ECB
117 # AES 256 ECB tests (from FIPS-197 test vectors, encrypt)
118 Cipher = AES-256-ECB
125 # AES tests from NIST document SP800-38A
127 # AES-bits-ECB:key::plaintext:ciphertext:encdec
129 Cipher = AES-128-ECB
134 Cipher = AES-128-ECB
139 Cipher = AES-128-ECB
144 Cipher = AES-128-ECB
[all …]
/external/lzma/DOC/
DMethods.txt133 01 - [AES]
134 0x - AES-128
135 4x - AES-192
136 8x - AES-256
137 Cx - AES
152 03 - Rar29AES (AES-128 + modified SHA-1)
155 01 - 7zAES (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()
197 crypto::SymmetricKey::AES,
205 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.cc29 DCHECK_EQ(AES, algorithm); in GenerateRandomKey()
59 DCHECK(algorithm == AES || algorithm == HMAC_SHA1); in DeriveKeyFromPassword()
61 if (algorithm == AES) { in DeriveKeyFromPassword()
90 if (algorithm == AES) { in Import()
Dsymmetric_key.h35 AES, enumerator
/external/autotest/client/site_tests/platform_AesThroughput/
Dcontrol7 PURPOSE = "Benchmark processor performance using OpenSSL using AES options."
20 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/conscrypt/common/src/main/java/org/conscrypt/
DKeyGeneratorImpl.java155 public static final class AES extends KeyGeneratorImpl { class in KeyGeneratorImpl
156 public AES() { in AES() method in KeyGeneratorImpl.AES
DOpenSSLCipher.java678 public static class AES extends AES_BASE { class in OpenSSLCipher.EVP_CIPHER
679 AES(Mode mode, Padding padding) { in AES() method in OpenSSLCipher.EVP_CIPHER.AES
683 public static class CBC extends AES {
701 public static class CTR extends AES {
707 public static class ECB extends AES {
1208 public abstract static class AES extends EVP_AEAD { class in OpenSSLCipher.EVP_AEAD
1211 AES(Mode mode) { in AES() method in OpenSSLCipher.EVP_AEAD.AES
1245 public static class GCM extends AES {
/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.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DAES.java69 public final class AES class
81 private AES() in AES() method in AES
831 private static final String PREFIX = AES.class.getName();
1089 Class def = AES.class.getClassLoader().loadClass(className); in lookup()
/external/openssh/regress/unittests/sshkey/testdata/
Decdsa_1_pw3 DEK-Info: AES-128-CBC,7BA38DE00F67851E4207216809C3BB15
Ddsa_1_pw3 DEK-Info: AES-128-CBC,BC8386C373B22EB7F00ADC821D5D8BE9
Drsa_1_pw3 DEK-Info: AES-128-CBC,0C3F819F6EEA66A471BAEEDDA8171606
/external/openssh/openbsd-compat/
Dopenssl-compat.h66 # error AES-GCM enabled without EVP_CIPHER_CTX_ctrl /* shouldn't happen */
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
Dcontrol.wpa215 traffic on this network is encrypted under AES.
/external/autotest/server/site_tests/network_WiFi_Perf/
Dcontrol.11g_aes14 throughput on a DUT with an 802.11g network with AES encryption.

1234