]> git.proxmox.com Git - mirror_edk2.git/commit - NetworkPkg/IpSecDxe/IkeCommon.h
Add IPsec/Ikev2 support.
authorqianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 31 Dec 2010 10:43:54 +0000 (10:43 +0000)
committerqianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 31 Dec 2010 10:43:54 +0000 (10:43 +0000)
commit9166f840d2a70b924b0ff66528f056515443e4e8
treeba1f372f4e1165be3c06dd19758d151714ad77ca
parent4a8266f570ef411c21d7991f129e29aac817aa96
Add IPsec/Ikev2 support.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11219 6f19259b-4bc3-4df7-8a09-765794883524
31 files changed:
NetworkPkg/IpSecDxe/IetfConstants.c [new file with mode: 0644]
NetworkPkg/IpSecDxe/Ike.h [new file with mode: 0644]
NetworkPkg/IpSecDxe/IkeCommon.c [new file with mode: 0644]
NetworkPkg/IpSecDxe/IkeCommon.h [new file with mode: 0644]
NetworkPkg/IpSecDxe/IkePacket.c [new file with mode: 0644]
NetworkPkg/IpSecDxe/IkePacket.h [new file with mode: 0644]
NetworkPkg/IpSecDxe/IkeService.c [new file with mode: 0644]
NetworkPkg/IpSecDxe/IkeService.h [new file with mode: 0644]
NetworkPkg/IpSecDxe/Ikev2/ChildSa.c [new file with mode: 0644]
NetworkPkg/IpSecDxe/Ikev2/Exchange.c [new file with mode: 0644]
NetworkPkg/IpSecDxe/Ikev2/Ikev2.h [new file with mode: 0644]
NetworkPkg/IpSecDxe/Ikev2/Info.c [new file with mode: 0644]
NetworkPkg/IpSecDxe/Ikev2/Payload.c [new file with mode: 0644]
NetworkPkg/IpSecDxe/Ikev2/Payload.h [new file with mode: 0644]
NetworkPkg/IpSecDxe/Ikev2/Sa.c [new file with mode: 0644]
NetworkPkg/IpSecDxe/Ikev2/Utility.c [new file with mode: 0644]
NetworkPkg/IpSecDxe/Ikev2/Utility.h [new file with mode: 0644]
NetworkPkg/IpSecDxe/IpSecConfigImpl.c
NetworkPkg/IpSecDxe/IpSecConfigImpl.h
NetworkPkg/IpSecDxe/IpSecCryptIo.c
NetworkPkg/IpSecDxe/IpSecCryptIo.h
NetworkPkg/IpSecDxe/IpSecDebug.c
NetworkPkg/IpSecDxe/IpSecDebug.h
NetworkPkg/IpSecDxe/IpSecDriver.c
NetworkPkg/IpSecDxe/IpSecDxe.inf
NetworkPkg/IpSecDxe/IpSecImpl.c
NetworkPkg/IpSecDxe/IpSecImpl.h
NetworkPkg/IpSecDxe/IpSecMain.c [new file with mode: 0644]
NetworkPkg/IpSecDxe/IpSecSaEngine.c [deleted file]
NetworkPkg/NetworkPkg.dec
NetworkPkg/NetworkPkg.dsc