Home
last modified time | relevance | path

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

/system/security/keystore/
Dgrant_store.cpp26 static const char* kKeystoreGrantInfix = "_KEYSTOREGRANT_"; variable
33 auto pos = grantAlias.rfind(kKeystoreGrantInfix); in parseGrantAlias()
47 s << blobEntry.alias() << kKeystoreGrantInfix; in put()