Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecTransform.java359 public IpSecTransform.Builder setEncryption(@NonNull IpSecAlgorithm algo) { in setEncryption() argument
361 Preconditions.checkNotNull(algo); in setEncryption()
362 mConfig.setEncryption(algo); in setEncryption()
374 public IpSecTransform.Builder setAuthentication(@NonNull IpSecAlgorithm algo) { in setAuthentication() argument
376 Preconditions.checkNotNull(algo); in setAuthentication()
377 mConfig.setAuthentication(algo); in setAuthentication()
395 public IpSecTransform.Builder setAuthenticatedEncryption(@NonNull IpSecAlgorithm algo) { in setAuthenticatedEncryption() argument
396 Preconditions.checkNotNull(algo); in setAuthenticatedEncryption()
397 mConfig.setAuthenticatedEncryption(algo); in setAuthenticatedEncryption()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java319 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {CRYPT_ALGO, AEAD_ALGO}) { in testValidateAlgorithmsAuth()
322 config.setAuthentication(algo); in testValidateAlgorithmsAuth()
338 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {AUTH_ALGO, AEAD_ALGO}) { in testValidateAlgorithmsCrypt()
341 config.setEncryption(algo); in testValidateAlgorithmsCrypt()
357 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {AUTH_ALGO, CRYPT_ALGO}) { in testValidateAlgorithmsAead()
360 config.setAuthenticatedEncryption(algo); in testValidateAlgorithmsAead()
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DBlobHandle.java297 final String algo = XmlUtils.readStringAttribute(in, ATTR_ALGO); in createFromXml() local
303 return BlobHandle.create(algo, digest, label, expiryTimeMs, tag); in createFromXml()
/frameworks/base/telephony/java/android/telephony/
DUiccAccessRule.java281 public static byte[] getCertHash(Signature signature, String algo) { in getCertHash() argument
283 MessageDigest md = MessageDigest.getInstance(algo); in getCertHash()
/frameworks/base/core/java/android/util/apk/
DApkSigningBlockUtils.java586 for (int algo : V4_CONTENT_DIGEST_ALGORITHMS) { in pickBestDigestForV4()
587 if (contentDigests.containsKey(algo)) { in pickBestDigestForV4()
588 return contentDigests.get(algo); in pickBestDigestForV4()
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp1904 compression->algo, compression->settings_len); in initTrackInfo()
1905 if (compression->algo == 3 in initTrackInfo()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...