Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecTransform.java359 public IpSecTransform.Builder setEncryption(@NonNull IpSecAlgorithm algo) { in setEncryption()
374 public IpSecTransform.Builder setAuthentication(@NonNull IpSecAlgorithm algo) { in setAuthentication()
395 public IpSecTransform.Builder setAuthenticatedEncryption(@NonNull IpSecAlgorithm algo) { in setAuthenticatedEncryption()
/frameworks/base/telephony/java/android/telephony/
DUiccAccessRule.java281 public static byte[] getCertHash(Signature signature, String algo) { in getCertHash()