OSDN Git Service

Rename keymaster_device_t to keymaster0_device_t.
authorShawn Willden <swillden@google.com>
Tue, 24 Feb 2015 16:51:34 +0000 (09:51 -0700)
committerShawn Willden <swillden@google.com>
Thu, 26 Feb 2015 04:40:18 +0000 (21:40 -0700)
commitb87264fb82818d5c64ccae454718845796953a88
tree1b5c626e5a689832167092d88c56196e2cf83f49
parent33b6de4b94e018b3cb621db5eabcb3a4f18bdd3d
Rename keymaster_device_t to keymaster0_device_t.

This is to accomodate the new keymaster1_device_t, which has an entirely
different interface.

Soon I'll provide a libkeymaster which provides a unified (and nicer)
interface for dealing with both v0 and v1 keymaster implementations
using a v1 keymaster API.  For now this change is just so that vold will
build and run.

Change-Id: I5c54282c12d1c4b8b22ed4929b6e6c724a94ede4
cryptfs.c