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