commit | 2cc3afc8a5d70910e2c0e4c04c41393ff1e7effc | [log] [tgz] |
---|---|---|
author | Jeff Tinker <jtinker@google.com> | Wed Sep 21 18:06:52 2016 -0700 |
committer | Jeff Tinker <jtinker@google.com> | Fri Sep 23 13:38:05 2016 -0700 |
tree | d1f5cb864fd306b9e9d4b3a03efca4d7fbd6f2ed | |
parent | 08e1f41731ad95a0019b3733b999958a07f705ac [diff] |
Fix L3 HLS decryption A recent change to avoid returning decrypted data over binder assumed that in-place decryption was safe. That isn't true for the L3 HLS case. This change eliminates the assumption that in-place decryption is safe while still returning the decrypted data via shared memory, instead of copying it over binder. bug: 31657897 Change-Id: I7e480a25d2f9b08e54a4844ecdf19ba3c8af79c2