Home
last modified time | relevance | path

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

/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java635 static final String ENCRYPTION_ALGORITHM_NAME = "AES-256"; field in BackupManagerService
4065 headerbuf.append(ENCRYPTION_ALGORITHM_NAME); in emitAesBackupHeader()
6768 if (encryptionName.equals(ENCRYPTION_ALGORITHM_NAME)) { in decodeAesHeaderAndInitialize()