commit | ab03a699404b2765641d7739b29979cbb404d245 | [log] [tgz] |
---|---|---|
author | Elly <ellyjones@chromium.org> | Mon Mar 24 17:48:35 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 24 17:48:35 2025 |
tree | 3b3b6e58d1f5306796b9ea1413cc895e53264bb3 | |
parent | 675cbfbbc109c943a3864e0561e8d0bbac5922d9 [diff] |
media/cdm: simplify AesDecryptor This change: * Removes the DecryptionKey type altogether in favor of a bare std::array; * Simplifies a bunch of the key-handling logic in AesDecryptor since a layer of indirection is now removed; * Drops all uses of the deprecated SymmetricKey type A subsequent change will fix unsafe buffer warnings in the unit tests (which I noticed while doing this change). Bug: 370724578 Change-Id: I26f5800bd3c17cb404a325629567eb897e8f8a94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6376836 Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Elly FJ <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/main@{#1436959}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.