Searched defs:algo (Results 1 – 5 of 5) sorted by relevance
256 public IpSecTransform.Builder setEncryption(@NonNull IpSecAlgorithm algo) { in setEncryption()271 public IpSecTransform.Builder setAuthentication(@NonNull IpSecAlgorithm algo) { in setAuthentication()292 public IpSecTransform.Builder setAuthenticatedEncryption(@NonNull IpSecAlgorithm algo) { in setAuthenticatedEncryption()
122 final int algo = encryptionAlgoPair.first; in getMtu() local
297 final String algo = XmlUtils.readStringAttribute(in, ATTR_ALGO); in createFromXml() local
338 public static byte[] getCertHash(Signature signature, String algo) { in getCertHash()
729 final String algo = getMessageDigestAlgoForChecksumKind(type); in getApkChecksum() local