Searched refs:encryption (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/proto/android/service/ |
D | diskstats.proto | 29 // Unknown encryption type 31 // No encryption 33 // Full disk encryption 35 // File-based encryption 46 // Is the device using file-based encryption, full disk encryption or other 47 optional EncryptionType encryption = 5; field
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SimpleSessionDescription.java | 430 String encryption = get("k", '='); in getEncryptionMethod() local 431 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() local 443 if (encryption == null) { in getEncryptionKey() 446 int colon = encryption.indexOf(':'); in getEncryptionKey() 447 return (colon == -1) ? null : encryption.substring(0, colon + 1); in getEncryptionKey()
|
/frameworks/base/core/java/android/net/ |
D | IpSecConfig.java | 93 public void setEncryption(IpSecAlgorithm encryption) { in setEncryption() argument 94 mEncryption = encryption; in setEncryption()
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 4 to the PBKDF2 implementation. The archive's encryption password, entered on-screen,
|
/frameworks/av/media/extractors/mkv/ |
D | MatroskaExtractor.cpp | 1349 const mkvparser::ContentEncoding::ContentEncryption *encryption; in initTrackInfo() local 1350 encryption = encoding->GetEncryptionByIndex(j); in initTrackInfo() 1351 trackInfo->mMeta.setData(kKeyCryptoKey, 0, encryption->key_id, encryption->key_id_len); in initTrackInfo()
|
/frameworks/base/proto/src/ |
D | metrics_constants.proto | 2189 // Settings -> Dev options -> Convert to file encryption 2192 // Settings -> Dev options -> Convert to file encryption -> WIPE AND CONVERT... 2515 // ACTION: Logged when encryption activity finishes. 2516 // TIME: Indicates total time taken by post encryption activity to finish in MS.
|