History log of /system/security/keystore/tests/auth_token_table_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bb22a6c50d609dffc7002f906f4d385d7c7cbfdc 07-Dec-2017 Shawn Willden <swillden@google.com> Use libkeymaster4support in keystore.

Test: CTS
Change-Id: Iee8f308a5255a03b02fce162cc4184d45f75fd1b
/system/security/keystore/tests/auth_token_table_test.cpp
0329a82c48aeea98b87a9ea4598a3a49619a482e 04-Dec-2017 Shawn Willden <swillden@google.com> Move keystore to Keymaster4

Test: CTS
Change-Id: I6b7fa300f505ee685b1fe503edea3188225a98e3
/system/security/keystore/tests/auth_token_table_test.cpp
8f737ad2c452d589a6670decaed52b00043d6785 21-Nov-2017 Janis Danisevskis <jdanis@google.com> Fixed auth_token_table tests

auth_token_table tests did not make the transition to hidle types and
were broken.
Noww they use the hidle types as well.

Also this patch fixes an awkward ownership transfer of an object
referred to by a const pointer and reduses the use of the type hw_auth_token.

Test: Ran all keystore CTS test as well as the fixed auth_token_table
tests
Bug: 68149839

Change-Id: Ia69a80fad12edc134646a7b340f8e27ea4da2210
/system/security/keystore/tests/auth_token_table_test.cpp
47d2616439c134502d9ee87a3d4bda065e3d5324 16-Mar-2016 Shawn Willden <swillden@google.com> Fix AuthTokenTable tests.

The local unit test bit-rotted. This fixes it.

Change-Id: I37c8dbd894b69f3a48aefdd4f71339c45d571f6b
/system/security/keystore/tests/auth_token_table_test.cpp
0bdad21c560552ec324733fb5db734fec204a2e9 19-May-2015 Shawn Willden <swillden@google.com> Remove references to Google in Android keymaster.

Also, remove unneeded inclusion of key_blob.h.

Change-Id: I05de61353fc806b90232fab7c1d1cf76aefa35fc
/system/security/keystore/tests/auth_token_table_test.cpp
43b4ad1da70f954379da65450e967cdd077cf9f7 17-Apr-2015 Shawn Willden <swillden@google.com> Add test for AuthTokenTable.Clear.

Also fix tests broken by the change from 32 to 64-bit timestamps.

Change-Id: I5a80c6795880fe7231b1d311db7f3e0869913947
/system/security/keystore/tests/auth_token_table_test.cpp
489dfe1f3dbdb9377debce826e37294d48fe6754 17-Mar-2015 Shawn Willden <swillden@google.com> Add AuthTokenTable.

Keystore will use this to manage authentication tokens and identify the
correct one to be submitted to keymaster to authorize an
authentication-requiring operation.

Bug: 19511945
Change-Id: Ie6d2db4bebfa3734e535498d20928b8f8965963c
/system/security/keystore/tests/auth_token_table_test.cpp