Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeKePayloadTest.java193 IkeKePayload.getSharedKey( in testGetSharedKey1024Modp()
235 IkeKePayload.getSharedKey( in testGetSharedKey1536Modp()
250 IkeKePayload.getSharedKey( in testGetSharedkeyWithInvalidRemoteKey()
288 IkeKePayload.getSharedKey( in testGetSharedKeyWithCurve25519()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DSaRecord.java214 byte[] sharedDhKey = getSharedKey(initRequest, initResponse); in makeFirstIkeSaRecord()
243 byte[] sharedDhKey = getSharedKey(localMsg, remoteMsg); in makeRekeyedIkeSaRecord()
251 private byte[] getSharedKey(IkeMessage keLocalMessage, IkeMessage keRemoteMessage) in getSharedKey() method in SaRecord.SaRecordHelper
260 return IkeKePayload.getSharedKey( in getSharedKey()
379 return IkeKePayload.getSharedKey( in getChildSharedKey()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeKePayload.java316 public static byte[] getSharedKey(PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getSharedKey() method in IkeKePayload