Searched refs:readKeymasterBlob (Results 1 – 1 of 1) sorted by relevance
219 static bool readKeymasterBlob(const Parcel& in, keymaster_blob_t* blob) { in readKeymasterBlob() function260 if (!readKeymasterBlob(in, &chain.entries[i])) { in readFromParcel()447 static std::unique_ptr<keymaster_blob_t> readKeymasterBlob(const Parcel& in) { in readKeymasterBlob() function449 if (!readKeymasterBlob(in, blob.get())) { in readKeymasterBlob()1690 std::unique_ptr<keymaster_blob_t> clientId = readKeymasterBlob(data); in onTransact()1691 std::unique_ptr<keymaster_blob_t> appData = readKeymasterBlob(data); in onTransact()1729 std::unique_ptr<keymaster_blob_t> clientId = readKeymasterBlob(data); in onTransact()1730 std::unique_ptr<keymaster_blob_t> appData = readKeymasterBlob(data); in onTransact()