HomeSort by relevance Sort by last modified time
    Searched refs:AES (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
arch-avx-1.s 3 # AES + AVX
arch-avx-1-1.l 10 [ ]*3[ ]+\# AES \+ AVX
arch-avx-1-2.l 10 [ ]*3[ ]+\# AES \+ AVX
arch-avx-1-3.l 10 [ ]*3[ ]+\# AES \+ AVX
arch-avx-1-4.l 9 [ ]*3[ ]+\# AES \+ AVX
arch-avx-1-5.l 9 [ ]*3[ ]+\# AES \+ AVX
arch-avx-1-6.l 10 [ ]*3[ ]+\# AES \+ AVX
arch-10.s 33 # AES
37 # AES + AVX
x86-64-arch-2.s 33 # AES
37 # AES + AVX
arch-10-1.l 69 [ ]*33[ ]+\# AES
73 [ ]*37[ ]+\# AES \+ AVX
arch-10-2.l 68 [ ]*33[ ]+\# AES
72 [ ]*37[ ]+\# AES \+ AVX
arch-10-3.l 64 [ ]*33[ ]+\# AES
68 [ ]*37[ ]+\# AES \+ AVX
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
cipherhw_s390x.go 9 // hasHWSupport reports whether the AES-128, AES-192 and AES-256 cipher message
cipherhw_amd64.go 12 // AESGCMSupport returns true if the Go standard library supports AES-GCM in
  /prebuilts/go/linux-x86/src/crypto/internal/cipherhw/
cipherhw_s390x.go 9 // hasHWSupport reports whether the AES-128, AES-192 and AES-256 cipher message
cipherhw_amd64.go 12 // AESGCMSupport returns true if the Go standard library supports AES-GCM in
  /prebuilts/go/darwin-x86/src/crypto/aes/
cipher.go 5 package aes package
12 // The AES block size in bytes.
15 // A cipher is an instance of AES encryption using a particular key.
24 return "crypto/aes: invalid key size " + strconv.Itoa(int(k))
28 // The key argument should be the AES key,
30 // AES-128, AES-192, or AES-256.
55 panic("crypto/aes: input not full block")
58 panic("crypto/aes: output not full block"
    [all...]
  /prebuilts/go/linux-x86/src/crypto/aes/
cipher.go 5 package aes package
12 // The AES block size in bytes.
15 // A cipher is an instance of AES encryption using a particular key.
24 return "crypto/aes: invalid key size " + strconv.Itoa(int(k))
28 // The key argument should be the AES key,
30 // AES-128, AES-192, or AES-256.
55 panic("crypto/aes: input not full block")
58 panic("crypto/aes: output not full block"
    [all...]
  /external/libchrome/crypto/
symmetric_key_nss.cc 22 DCHECK_EQ(AES, algorithm);
28 // versa. Note that BoringSSL does not support AES-192.
54 if (algorithm == AES) {
57 // versa. Note that BoringSSL does not support AES-192.
75 algorithm == AES ? SEC_OID_AES_256_CBC : SEC_OID_HMAC_SHA1;
102 if (algorithm == AES) {
105 // versa. Note that BoringSSL does not support AES-192.
111 algorithm == AES ? CKM_AES_CBC : CKM_SHA_1_HMAC;
symmetric_key_unittest.cc 16 crypto::SymmetricKey::GenerateRandomKey(crypto::SymmetricKey::AES, 256));
25 crypto::SymmetricKey::GenerateRandomKey(crypto::SymmetricKey::AES, 256));
35 crypto::SymmetricKey::GenerateRandomKey(crypto::SymmetricKey::AES, 256));
41 crypto::SymmetricKey::Import(crypto::SymmetricKey::AES, raw_key1));
195 // Regression tests for AES keys, derived from the Linux NSS implementation.
197 crypto::SymmetricKey::AES,
205 crypto::SymmetricKey::AES,
symmetric_key.cc 29 DCHECK_EQ(AES, algorithm);
33 // versa. Note that BoringSSL does not support AES-192.
59 DCHECK(algorithm == AES || algorithm == HMAC_SHA1);
61 if (algorithm == AES) {
64 // versa. Note that BoringSSL does not support AES-192.
90 if (algorithm == AES) {
93 // versa. Note that BoringSSL does not support AES-192.
  /external/boringssl/src/ssl/test/runner/poly1305/
poly1305.go 14 Poly1305 was originally coupled with AES in order to make Poly1305-AES. AES was
16 However, in this package AES isn't used and the one-time key is specified
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 14 Poly1305 was originally coupled with AES in order to make Poly1305-AES. AES was
16 However, in this package AES isn't used and the one-time key is specified
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 14 Poly1305 was originally coupled with AES in order to make Poly1305-AES. AES was
16 However, in this package AES isn't used and the one-time key is specified
  /external/openssh/openbsd-compat/
openssl-compat.h 66 # error AES-GCM enabled without EVP_CIPHER_CTX_ctrl /* shouldn't happen */

Completed in 1667 milliseconds

1 2 3 4 5 6