Lines Matching refs:filename
31 const uint8_t* filename; member
88 ResponseCode get(const char* filename, Blob* keyBlob, const BlobType type, uid_t userId);
89 ResponseCode put(const char* filename, Blob* keyBlob, uid_t userId);
90 ResponseCode del(const char* filename, const BlobType type, uid_t userId);
94 void addGrant(const char* filename, uid_t granteeUid);
95 bool removeGrant(const char* filename, uid_t granteeUid);
96 bool hasGrant(const char* filename, const uid_t uid) const { in hasGrant() argument
97 return getGrant(filename, uid) != NULL; in hasGrant()
100 ResponseCode importKey(const uint8_t* key, size_t keyLen, const char* filename, uid_t userId,
146 const grant_t* getGrant(const char* filename, uid_t uid) const;
151 bool upgradeBlob(const char* filename, Blob* blob, const uint8_t oldVersion,
159 ResponseCode importBlobAsKey(Blob* blob, const char* filename, uid_t uid);