Searched refs:getEncryptAlias (Results 1 – 2 of 2) sorted by relevance
154 mKeyStore.deleteEntry(getEncryptAlias(userId, generationId)); in invalidatePlatformKey()235 String alias = getEncryptAlias(userId, generationId); in getEncryptKeyInternal()365 private String getEncryptAlias(int userId, int generationId) { in getEncryptAlias() method in PlatformKeyManager399 return mKeyStore.containsAlias(getEncryptAlias(userId, generationId)) in isKeyLoaded()420 String encryptAlias = getEncryptAlias(userId, generationId); in generateAndLoadKey()
23970 PLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->getEncryptAlias(II)Ljava…