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()
357 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()
273 .setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY)) in buildTransportModeTransform()577 transformBuilder.setEncryption(crypt);736 .setEncryption(crypt)
664 transformBuilder.setEncryption(1078 transformBuilder.setEncryption(
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