Searched refs:getSharedKey (Results 1 – 3 of 3) sorted by relevance
215 byte[] sharedDhKey = getSharedKey(initRequest, initResponse); in makeFirstIkeSaRecord()244 byte[] sharedDhKey = getSharedKey(localMsg, remoteMsg); in makeRekeyedIkeSaRecord()252 private byte[] getSharedKey(IkeMessage keLocalMessage, IkeMessage keRemoteMessage) in getSharedKey() method in SaRecord.SaRecordHelper261 return IkeKePayload.getSharedKey( in getSharedKey()365 IkeKePayload.getSharedKey( in makeChildSaRecord()
187 byte[] sharedKeyBytes = IkeKePayload.getSharedKey(mPrivateKeySpec, remotePublicKey); in testGetSharedkey()198 byte[] sharedKeyBytes = IkeKePayload.getSharedKey(mPrivateKeySpec, remotePublicKey); in testGetSharedkeyWithInvalidRemoteKey()
251 public static byte[] getSharedKey(DHPrivateKeySpec privateKeySpec, byte[] remotePublicKey) in getSharedKey() method in IkeKePayload