HomeSort by relevance Sort by last modified time
    Searched refs:kBlockBitCount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/drm/mediadrm/plugins/clearkey/default/
AesCtrDecryptor.cpp 27 static const size_t kBlockBitCount = kBlockSize * 8;
46 AES_set_encrypt_key(key.array(), kBlockBitCount, &opensslKey);
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
AesCtrDecryptor.cpp 35 static const size_t kBlockBitCount = kBlockSize * 8;
55 AES_set_encrypt_key(key.data(), kBlockBitCount, &opensslKey);

Completed in 75 milliseconds