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>
Wed, 13 Mar 2019 16:18:24 +0000 (09:18 -0700)
commit5f67e5ff1c7eb4255e5faa09bf1f31e3d151deee
tree38fe01e272f39cd7bbd11a640338b06d8f50df28
parent01825f701449dd46146955091e8370a938100bf1
[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