Home
last modified time | relevance | path

Searched refs:readKeymasterBlob (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/
DIKeystoreService.cpp219 static bool readKeymasterBlob(const Parcel& in, keymaster_blob_t* blob) { in readKeymasterBlob() function
260 if (!readKeymasterBlob(in, &chain.entries[i])) { in readFromParcel()
447 static std::unique_ptr<keymaster_blob_t> readKeymasterBlob(const Parcel& in) { in readKeymasterBlob() function
449 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()