Home
last modified time | relevance | path

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

/system/security/keystore/
Dgrant_store.h49 uint64_t grant_no_; ///< numeric grant identifier - randomly assigned variable
52 operator const uint64_t&() const { return grant_no_; }
Dgrant_store.cpp30 : entry_(entry), grant_no_(grant_no) {} in Grant()
58 s << iterator->grant_no_; in put()