Searched refs:encryption (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java27 * ("b="), encryption keys ("k="), and attribute fields ("a="). Currently this
162 * Returns the encryption method or {@code null} if it is not present.
169 * Returns the encryption key or {@code null} if it is not present.
176 * Sets the encryption method and the encryption key. The field will be
427 * Returns the encryption method or {@code null} if it is not present.
430 String encryption = get("k", '=');
431 if (encryption == null) {
434 int colon = encryption.indexOf(':');
435 return (colon == -1) ? encryption
[all...]
/frameworks/base/core/proto/android/service/
H A Ddiskstats.proto29 // 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;
/frameworks/base/core/java/android/net/
H A DIpSecConfig.java92 /** Set the encryption algorithm */
93 public void setEncryption(IpSecAlgorithm encryption) { argument
94 mEncryption = encryption;
102 /** Set the authenticated encryption algorithm */
/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp1349 const mkvparser::ContentEncoding::ContentEncryption *encryption; local
1350 encryption = encoding->GetEncryptionByIndex(j);
1351 trackInfo->mMeta.setData(kKeyCryptoKey, 0, encryption->key_id, encryption->key_id_len);

Completed in 163 milliseconds