Home
last modified time | relevance | path

Searched refs:buildIpSecAlgorithmWithKey (Results 1 – 6 of 6) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrityTest.java160 mHmacSha1IntegrityMac.buildIpSecAlgorithmWithKey(mHmacSha1IntegrityKey); in testBuildIpSecAlgorithm()
173 mHmacSha1IntegrityMac.buildIpSecAlgorithmWithKey(encryptionKey); in buildIpSecAlgorithmWithInvalidKey()
214 IpSecAlgorithm algo = mAes128XCbcIntgerityMac.buildIpSecAlgorithmWithKey(keyBytes); in testBuildIpSecAlgorithmFromAuthAes128XCbcMac()
219 mAes128XCbcIntgerityMac.buildIpSecAlgorithmWithKey(keyBytes); in testBuildIpSecAlgorithmFromAuthAes128XCbcMac()
DIkeCombinedModeCipherTest.java195 IpSecAlgorithm ipsecAlgorithm = mAesGcm16Cipher.buildIpSecAlgorithmWithKey(mAesGcmKey); in testBuildIpSecAlgorithm()
209 mAesGcm16Cipher.buildIpSecAlgorithmWithKey(encryptionKey); in buildIpSecAlgorithmWithInvalidKey()
DIkeNormalModeCipherTest.java179 IpSecAlgorithm ipsecAlgorithm = mAesCbcCipher.buildIpSecAlgorithmWithKey(mAesCbcKey); in testBuildIpSecAlgorithm()
192 mAesCbcCipher.buildIpSecAlgorithmWithKey(encryptionKey); in testBuildIpSecAlgorithmWithInvalidKey()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DSaRecord.java511 encryptionAlgo.buildIpSecAlgorithmWithKey(encryptionKey)); in makeIpSecTransform()
513 builder.setEncryption(encryptionAlgo.buildIpSecAlgorithmWithKey(encryptionKey)); in makeIpSecTransform()
514 builder.setAuthentication(integrityAlgo.buildIpSecAlgorithmWithKey(integrityKey)); in makeIpSecTransform()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java196 public IpSecAlgorithm buildIpSecAlgorithmWithKey(byte[] key) { in buildIpSecAlgorithmWithKey() method in IkeMacIntegrity
DIkeCipher.java234 public IpSecAlgorithm buildIpSecAlgorithmWithKey(byte[] key) { in buildIpSecAlgorithmWithKey() method in IkeCipher