Searched refs:algo (Results 1 – 4 of 4) sorted by relevance
361 public IpSecTransform.Builder setEncryption(@NonNull IpSecAlgorithm algo) { in setEncryption() argument363 Preconditions.checkNotNull(algo); in setEncryption()364 mConfig.setEncryption(algo); in setEncryption()376 public IpSecTransform.Builder setAuthentication(@NonNull IpSecAlgorithm algo) { in setAuthentication() argument378 Preconditions.checkNotNull(algo); in setAuthentication()379 mConfig.setAuthentication(algo); in setAuthentication()397 public IpSecTransform.Builder setAuthenticatedEncryption(@NonNull IpSecAlgorithm algo) { in setAuthenticatedEncryption() argument398 Preconditions.checkNotNull(algo); in setAuthenticatedEncryption()399 mConfig.setAuthenticatedEncryption(algo); in setAuthenticatedEncryption()
316 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {CRYPT_ALGO, AEAD_ALGO}) { in testValidateAlgorithmsAuth()319 config.setAuthentication(algo); in testValidateAlgorithmsAuth()335 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {AUTH_ALGO, AEAD_ALGO}) { in testValidateAlgorithmsCrypt()338 config.setEncryption(algo); in testValidateAlgorithmsCrypt()354 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {AUTH_ALGO, CRYPT_ALGO}) { in testValidateAlgorithmsAead()357 config.setAuthenticatedEncryption(algo); in testValidateAlgorithmsAead()
253 private static byte[] getCertHash(Signature signature, String algo) { in getCertHash() argument255 MessageDigest md = MessageDigest.getInstance(algo); in getCertHash()
1895 compression->algo, compression->settings_len); in initTrackInfo()1896 if (compression->algo == 3 in initTrackInfo()