HomeSort by relevance Sort by last modified time
    Searched defs:KeymasterBlob (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/security/keymaster/
KeymasterBlob.java 25 public class KeymasterBlob implements Parcelable {
28 public KeymasterBlob(byte[] blob) {
31 public static final Parcelable.Creator<KeymasterBlob> CREATOR = new
32 Parcelable.Creator<KeymasterBlob>() {
33 public KeymasterBlob createFromParcel(Parcel in) {
34 return new KeymasterBlob(in);
37 public KeymasterBlob[] newArray(int length) {
38 return new KeymasterBlob[length];
42 protected KeymasterBlob(Parcel in) {
  /system/keymaster/include/keymaster/legacy_support/
keymaster_passthrough_engine.h 36 typedef TKeymasterBlob<keymaster_blob_t> KeymasterBlob;
54 const KeymasterBlob& client_id,
55 const KeymasterBlob& app_data,
56 KeymasterBlob* export_data) const = 0;
  /system/security/keystore/include/keystore/
KeymasterBlob.h 25 struct KeymasterBlob : public ::android::Parcelable {
26 KeymasterBlob(){};
27 explicit KeymasterBlob(hardware::hidl_vec<uint8_t> data) : data_(data) {}
  /system/keymaster/include/keymaster/
android_keymaster_utils.h 376 typedef TKeymasterBlob<keymaster_blob_t> KeymasterBlob;
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 

Completed in 204 milliseconds