Home
last modified time | relevance | path

Searched refs:buildIpSecAlgorithmWithKeyImpl (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeCipher.java223 protected abstract IpSecAlgorithm buildIpSecAlgorithmWithKeyImpl(byte[] key); in buildIpSecAlgorithmWithKeyImpl() method in IkeCipher
240 return buildIpSecAlgorithmWithKeyImpl(key); in buildIpSecAlgorithmWithKey()
DIkeNormalModeCipher.java133 protected IpSecAlgorithm buildIpSecAlgorithmWithKeyImpl(byte[] key) { in buildIpSecAlgorithmWithKeyImpl() method in IkeNormalModeCipher
DIkeCombinedModeCipher.java205 protected IpSecAlgorithm buildIpSecAlgorithmWithKeyImpl(byte[] key) { in buildIpSecAlgorithmWithKeyImpl() method in IkeCombinedModeCipher