HomeSort by relevance Sort by last modified time
    Searched refs:IPSEC (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
L2tpIpsecPskService.java 24 * The service that manages the preshared key based L2TP-over-IPSec VPN
28 private static final String IPSEC = "racoon";
36 // IPSEC
L2tpIpsecService.java 25 * The service that manages the certificate based L2TP-over-IPSec VPN connection.
28 private static final String IPSEC = "racoon";
36 // IPSEC
37 DaemonProxy ipsec = daemons.startIpsecForL2tp(serverIp, local
41 ipsec.closeControlSocket();
VpnDaemons.java 35 private static final String IPSEC = "racoon";
62 DaemonProxy ipsec = startDaemon(IPSEC); local
63 ipsec.sendCommand(serverIp, L2TP_PORT, pskKey);
64 return ipsec;
69 DaemonProxy ipsec = startDaemon(IPSEC); local
70 ipsec.sendCommand(serverIp, L2TP_PORT, userKeyKey, userCertKey,
72 return ipsec;
77 new DaemonProxy(IPSEC).stop()
    [all...]

Completed in 743 milliseconds