OSDN Git Service

[DO NOT MERGE] Implement key attestation using AndroidKeystore.
authorMartin Brabham <optedoblivion@google.com>
Fri, 1 Feb 2019 21:42:58 +0000 (13:42 -0800)
committerMartin Brabham <optedoblivion@google.com>
Mon, 11 Mar 2019 21:20:31 +0000 (14:20 -0700)
commite0f1e9a32ce5d013aea911eabfc574093e40a7c0
treebc42810fe74597880f6167677675aa6b01455732
parentcac66ef6599582224bf17780c669bdbc912660a6
[DO NOT MERGE] Implement key attestation using AndroidKeystore.

Store SHA256 hash of the config file in an encrypted file that has been encrypted using the Android Keystore API.

Bug: b/117993149
Test: Manual
Change-Id: I26de9ea05f515d6643a83d11628490fb49e10743
Merged-In: I26de9ea05f515d6643a83d11628490fb49e10743
btif/Android.bp
btif/include/btif_keystore.h [new file with mode: 0644]
btif/src/btif_config.cc
btif/src/btif_keystore.cc [new file with mode: 0644]
main/Android.bp
test/suite/adapter/bluetooth_test.cc