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