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()
361 config.setEncryption(CRYPT_ALGO); in addAuthAndCryptToIpSecConfig()
291 public IpSecTransform.Builder setEncryption(@NonNull IpSecAlgorithm algo) { in setEncryption() method in IpSecTransform.Builder294 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()
283 .setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY)) in buildTransportModeTransform()615 transformBuilder.setEncryption(crypt);775 .setEncryption(crypt)
705 transformBuilder.setEncryption(1142 transformBuilder.setEncryption(
705 .setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY)) in buildIpSecTransform()
513 builder.setEncryption(encryptionAlgo.buildIpSecAlgorithmWithKey(encryptionKey)); in makeIpSecTransform()
138 …method @NonNull public android.net.IpSecTransform.Builder setEncryption(@NonNull android.net.IpSec…
278 Landroid/net/IpSecConfig;->setEncryption(Landroid/net/IpSecAlgorithm;)V