Searched refs:setEncryption (Results 1 – 12 of 12) sorted by relevance
336 config.setEncryption(CRYPT_ALGO); in testValidateAlgorithmsCrypt()343 config.setEncryption(algo); in testValidateAlgorithmsCrypt()375 config.setEncryption(CRYPT_ALGO); in testValidateAlgorithmsAuthCrypt()405 config.setEncryption(CRYPT_ALGO); in testValidateAlgorithmsAeadWithCrypt()418 config.setEncryption(CRYPT_ALGO); in testValidateAlgorithmsAeadWithAuthAndCrypt()
347 config.setEncryption(CRYPT_ALGO); in addAuthAndCryptToIpSecConfig()
240 public IpSecTransform.Builder setEncryption(@NonNull IpSecAlgorithm algo) { in setEncryption() method in IpSecTransform.Builder243 mConfig.setEncryption(algo); in setEncryption()
97 public void setEncryption(IpSecAlgorithm encryption) { in setEncryption() method in IpSecConfig
65 c.setEncryption( in getSampleConfig()
145 transformBuilder.setEncryption(mIpsecEncryptAlgo); in runTest()
588 transformBuilder.setEncryption(846 transformBuilder.setEncryption(
279 .setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY)) in testCreateTransform()513 transformBuilder.setEncryption(crypt); in checkTransform()672 .setEncryption(crypt) in testIkeOverUdpEncapSocket()
646 .setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY)) in buildIpSecTransform()
513 builder.setEncryption(encryptionAlgo.buildIpSecAlgorithmWithKey(encryptionKey)); in makeIpSecTransform()
137 …method @NonNull public android.net.IpSecTransform.Builder setEncryption(@NonNull android.net.IpSec…
278 Landroid/net/IpSecConfig;->setEncryption(Landroid/net/IpSecAlgorithm;)V