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

1 2 3

  /external/chromium_org/net/quic/crypto/
crypto_secret_boxer.h 22 // GetKeySize returns the number of bytes in a key.
23 static size_t GetKeySize();
26 // |Unbox| are called. |key| must be |GetKeySize()| bytes long.
aes_128_gcm_12_encrypter.h 52 virtual size_t GetKeySize() const OVERRIDE;
null_encrypter.h 31 virtual size_t GetKeySize() const OVERRIDE;
quic_encrypter.h 61 // GetKeySize() and GetNoncePrefixSize() tell the HKDF class how many bytes
63 // NOTE: the sizes returned by GetKeySize() and GetNoncePrefixSize() are
68 virtual size_t GetKeySize() const = 0;
crypto_secret_boxer_test.cc 19 const size_t key_size = CryptoSecretBoxer::GetKeySize();
null_encrypter.cc 45 size_t NullEncrypter::GetKeySize() const { return 0; }
crypto_secret_boxer.cc 18 // Defined kKeySize for GetKeySize() and SetKey().
25 size_t CryptoSecretBoxer::GetKeySize() { return kKeySize; }
aes_128_gcm_12_encrypter_openssl.cc 140 size_t Aes128Gcm12Encrypter::GetKeySize() const { return kKeySize; }
crypto_utils.cc 89 size_t key_bytes = out->encrypter->GetKeySize();
aes_128_gcm_12_encrypter_nss.cc 372 size_t Aes128Gcm12Encrypter::GetKeySize() const { return kKeySize; }
crypto_server_config.cc 67 CryptoSecretBoxer::GetKeySize(),
73 const size_t key_size = server_nonce_boxer_.GetKeySize();
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 470 result = (*mdExtrItf)->GetKeySize(mdExtrItf, i, &keySize);
slesTestDecodeAac.cpp 684 res = (*mdExtrItf)->GetKeySize(mdExtrItf, i, &keySize);
    [all...]
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 234 OpenSL(decoderMetadata, GetKeySize, i, &keySize);
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 370 milliseconds

1 2 3