OSDN Git Service

Require the auth token for decryption.
authorPaul Crowley <paulcrowley@google.com>
Fri, 4 Mar 2016 22:07:05 +0000 (14:07 -0800)
committerPaul Crowley <paulcrowley@google.com>
Tue, 8 Mar 2016 22:32:00 +0000 (14:32 -0800)
commit320e5e15b621da57a947adc896f7bb8357038bee
tree160a3cd8fa97b5eca00b4d5997ccef426e78eca3
parentd9b9295b8c2f17448f4eb3ea2c6f7d4a5c207c3f
Require the auth token for decryption.

A bug meant that the auth token wasn't being used; it turns out that
in order to use it we need to do things slightly differently.

Bug: 27496553
Change-Id: I0f0ab77fed31b92a79eba4acf488cb098691b4be
KeyStorage.cpp