Searched refs:encryption (Results 1 – 25 of 67) sorted by relevance
123
17 package com.android.server.backup.encryption.chunk;19 import static com.android.server.backup.encryption.chunk.ChunksMetadataProto.CHUNK_ORDERING_TYPE_UN…20 import static com.android.server.backup.encryption.chunk.ChunksMetadataProto.EXPLICIT_STARTS;21 import static com.android.server.backup.encryption.chunk.ChunksMetadataProto.INLINE_LENGTHS;
17 package com.android.server.backup.encryption.chunking;19 import com.android.server.backup.encryption.chunk.ChunkOrderingType;20 import com.android.server.backup.encryption.chunk.ChunksMetadataProto;
17 package com.android.server.backup.encryption.chunking;19 import com.android.server.backup.encryption.chunk.ChunkOrderingType;
17 package com.android.server.backup.encryption.chunking;19 import com.android.server.backup.encryption.chunk.ChunkHash;
17 package com.android.server.backup.encryption.chunking;20 import com.android.server.backup.encryption.chunk.ChunkHash;
17 package com.android.server.backup.encryption.chunking;
29 // Unknown encryption type31 // No encryption33 // Full disk encryption35 // File-based encryption46 // Is the device using file-based encryption, full disk encryption or other47 optional EncryptionType encryption = 5; field
430 String encryption = get("k", '='); in getEncryptionMethod() local431 if (encryption == null) { in getEncryptionMethod()434 int colon = encryption.indexOf(':'); in getEncryptionMethod()435 return (colon == -1) ? encryption : encryption.substring(0, colon); in getEncryptionMethod()442 String encryption = get("k", '='); in getEncryptionKey() local443 if (encryption == null) { in getEncryptionKey()446 int colon = encryption.indexOf(':'); in getEncryptionKey()447 return (colon == -1) ? null : encryption.substring(0, colon + 1); in getEncryptionKey()
17 package com.android.server.backup.encryption.chunking;26 import com.android.server.backup.encryption.chunk.ChunkHash;27 import com.android.server.backup.encryption.chunk.ChunksMetadataProto;
17 package com.android.server.backup.encryption.chunking;23 import com.android.server.backup.encryption.chunk.ChunkHash;
17 package com.android.server.backup.encryption.chunking.cdc;21 import com.android.server.backup.encryption.chunking.cdc.ContentDefinedChunker.BreakpointPredicate;
17 package com.android.server.backup.encryption.chunking.cdc;21 import com.android.server.backup.encryption.chunking.Chunker;
17 package com.android.server.backup.encryption.storage;19 import static com.android.server.backup.encryption.storage.BackupEncryptionDbContract.TertiaryKeysE…
17 package com.android.server.backup.encryption.storage;
17 package com.android.server.backup.encryption.keys;27 import com.android.server.backup.encryption.keys.RecoverableKeyStoreSecondaryKey.Status;