| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| H A D | rfc3948.txt | 19 UDP Encapsulation of IPsec ESP Packets 36 decapsulate IP Encapsulating Security Payload (ESP) packets inside 37 UDP packets for traversing Network Address Translators. ESP 60 RFC 3948 UDP Encapsulation of IPsec ESP Packets January 2005 67 2.1. UDP-Encapsulated ESP Header Format . . . . . . . . . . . 3 74 3.2. Transport Mode ESP Encapsulation . . . . . . . . . . . . 6 75 3.3. Transport Mode ESP Decapsulation . . . . . . . . . . . . 6 76 3.4. Tunnel Mode ESP Encapsulation . . . . . . . . . . . . . 7 77 3.5. Tunnel Mode ESP Decapsulation . . . . . . . . . . . . . 7 94 decapsulate ESP packets inside UDP packets for traversing Network [all …]
|
| H A D | draft-ietf-ipsec-udp-encaps-03.txt | 46 This draft defines methods to encapsulate and decapsulate ESP 49 ESP encapsulation as defined in this document is capable of being 61 - changed to using 4-byte non-ESP marker, removed all references 73 This draft defines methods to encapsulate and decapsulate ESP 85 ESP SPI field zero for ESP packets. (XXX To be changed to 87 IKE packets and ESP packets can be distinguished from each other. 89 UDP encapsulation of ESP packets as defined in this document is 96 2.1 UDP-encapsulated ESP Header Format 105 | ESP header [RFC 2406] | 115 The SPI field in the ESP header must not be zero. (XXX To be [all …]
|
| H A D | rfc2407.txt | 90 [AH], and [ESP]. 299 AH, ESP, and IPCOMP Transform Identifiers, Security Association 353 Authentication, if required, must be provided as part of the ESP 354 transform. The default ESP transform includes data origin 484 4.4.4 IPSEC ESP Transform Identifiers 486 The Encapsulating Security Payload (ESP) defines one mandatory and 488 following table lists the defined ESP Transform Identifiers for the 493 specified to identify the appropriate ESP protection suite. For 600 ESP. ESP_NULL is used when ESP is being used to tunnel packets which 605 ESP NULL transform is defined in [ESPNULL]. See the Authentication [all …]
|
| H A D | rfc3715.txt | 163 check. Since IPsec ESP [RFC2406] does not incorporate the IP 165 check, this issue does not arise for ESP. 182 As a result, IPsec Encapsulating Security Payload (ESP) will only 258 IPsec ESP traffic is encrypted and thus opaque to the NAT, the NAT 261 address, security protocol (AH/ESP), and IPsec SPI is typically 274 ESP, the receiving host specifies the SPI to use for a given SA, a 277 ESP) uniquely identifies a Security Association. Also, SPI values 332 the SA selector value, which NA(P)T processing of an ESP packet 350 ESP (protocol 50), or AH (protocol 51) traffic. 582 support ESP tunnel mode NA(P)T traversal, and an IPsec host MUST [all …]
|
| /netbsd-src/crypto/dist/ipsec-tools/src/setkey/ |
| H A D | sample.cf | 31 # security protocol (AH or ESP) identifier. You must take care of these 34 # ESP transport mode is recommended for TCP port number 110 between 39 # ============ ESP ============ 99 # AH transport mode followed by ESP tunnel mode is required between 101 # Encryption algorithm is 3des-cbc, and authentication algorithm for ESP 105 # | ======= ESP ===== | 132 # ESP tunnel mode is required between Host-A and Gateway-A. 134 # for ESP is hmac-sha1. 135 # ESP transport mode is recommended between Host-A and Host-B. 137 # for ESP is hmac-md5. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| H A D | adi.d | 205 mov ESI,a1+4[4+ESP] ; in _adCmpChar() 206 mov EDI,a2+4[4+ESP] ; in _adCmpChar() 208 mov ECX,a1[4+ESP] ; in _adCmpChar() 209 mov EDX,a2[4+ESP] ; in _adCmpChar() 267 mov EAX,a1[4+ESP] ; in _adCmpChar() 268 mov EDX,a2[4+ESP] ; in _adCmpChar()
|
| H A D | dmain2.d | 366 fstcw word ptr [ESP]; in _d_run_main() 367 or [ESP], 0b11_00_111111; // 11: use 64 bit extended-precision in _d_run_main() 369 fldcw word ptr [ESP]; in _d_run_main()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/mingw/ |
| H A D | switchcontext.S | 84 mov %ESP, %EBP; 95 mov %ESP, (%EAX); 97 mov 12(%EBP), %ESP;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/ |
| H A D | switchcontext.S | 79 mov %ESP, %EBP; 90 mov %ESP, (%EAX); 92 mov 12(%EBP), %ESP;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
| H A D | exponential.d | 1367 fld real ptr [ESP+4] ; // x in version() 1368 mov AX, [ESP+4+8]; // AX = exponent and sign in version() 1369 sub ESP, 12+8; // Create scratch space on the stack in version() local 1373 mov dword ptr [ESP+8], 0; in version() 1374 mov dword ptr [ESP+8+4], 0x80000000; in version() 1380 fist dword ptr [ESP]; // scratchint = rndint(y) in version() 1381 fisub dword ptr [ESP]; // y - rndint(y) in version() 1383 mov EAX, [ESP]; in version() 1388 mov [ESP+8+8],AX; in version() 1390 fld real ptr [ESP+8] ; // 2rndy = 2^^rndint(y) in version() [all …]
|
| /netbsd-src/external/cddl/osnet/dev/dtrace/x86/ |
| H A D | regset.h | 137 #define ESP 7 macro 158 #define ESP 6
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | firmware | 71 # ESP-IDF partition table entry 75 >2 ubyte <2 ESP-IDF partition table entry 112 # ESP-IDF application image 118 >32 ulelong 0xABCD5432 ESP-IDF application image
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/stubs/ |
| H A D | i386-stub.c | 122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI, enumerator 768 *ptr++ = hexchars[ESP]; in handle_exception() 770 ptr = mem2hex((char *)®isters[ESP], ptr, 4, 0); /* SP */ in handle_exception()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCFIException.cpp | 134 ExceptionSymbolProvider ESP) { in beginFragment() argument 172 Asm->OutStreamer->emitCFILsda(ESP(Asm, MBB), TLOF.getLSDAEncoding()); in beginFragment()
|
| H A D | DwarfException.h | 65 ExceptionSymbolProvider ESP) override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 107 {codeview::RegisterId::ESP, X86::ESP}, in initLLVMToSEHAndCVRegMapping() 352 unsigned StackPtr = is64Bit ? X86::RSP : X86::ESP; in createX86MCAsmInfo() 625 case X86::SPL: case X86::SP: case X86::ESP: case X86::RSP: in getX86SubSuperRegisterOrZero() 653 case X86::SPL: case X86::SP: case X86::ESP: case X86::RSP: in getX86SubSuperRegisterOrZero() 690 case X86::SPL: case X86::SP: case X86::ESP: case X86::RSP: in getX86SubSuperRegisterOrZero() 726 case X86::SPL: case X86::SP: case X86::ESP: case X86::RSP: in getX86SubSuperRegisterOrZero() 727 return X86::ESP; in getX86SubSuperRegisterOrZero() 762 case X86::SPL: case X86::SP: case X86::ESP: case X86::RSP: in getX86SubSuperRegisterOrZero()
|
| H A D | X86MCTargetDesc.h | 51 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7 enumerator
|
| /netbsd-src/sys/arch/vax/include/ |
| H A D | pcb.h | 40 long ESP; /* Executive Stack Pointer */ member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/ |
| H A D | regset.h | 28 #undef ESP
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.td | 150 def ESP : X86Reg<"esp", 4, [SP, HSP]>, DwarfRegNum<[-2, 5, 4]>; 176 def RSP : X86Reg<"rsp", 4, [ESP]>, DwarfRegNum<[7, -2, -2]>; 427 (add EAX, ECX, EDX, ESI, EDI, EBX, EBP, ESP, 461 def GR32_TC : RegisterClass<"X86", [i32], 32, (add EAX, ECX, EDX, ESP)>; 481 (add EAX, ECX, EDX, ESI, EDI, EBX, EBP, ESP)>; 486 // GR32_NOSP - GR32 registers except ESP. 487 def GR32_NOSP : RegisterClass<"X86", [i32], 32, (sub GR32, ESP)>; 493 // ESP. 533 def GR32_BPSP : RegisterClass<"X86", [i32], 32, (add EBP, ESP)>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinterHandler.h | 61 ExceptionSymbolProvider ESP) {} in beginFragment() argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | math.d | 1920 fld real ptr [ESP+4] ; // x in expm1() 1921 mov AX, [ESP+4+8]; // AX = exponent and sign in expm1() 1922 sub ESP, 12+8; // Create scratch space on the stack in expm1() local 1926 mov dword ptr [ESP+8], 0; in expm1() 1927 mov dword ptr [ESP+8+4], 0x80000000; in expm1() 1933 fist dword ptr [ESP]; // scratchint = rndint(y) in expm1() 1934 fisub dword ptr [ESP]; // y - rndint(y) in expm1() 1936 mov EAX, [ESP]; in expm1() 1941 mov [ESP+8+8],AX; in expm1() 1943 fld real ptr [ESP+8] ; // 2rndy = 2^^rndint(y) in expm1() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
| H A D | dmain2.d | 409 fstcw word ptr [ESP]; in private() 410 or [ESP], 0b11_00_111111; // 11: use 64 bit extended-precision in private() 412 fldcw word ptr [ESP]; in private()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
| H A D | fiber.d | 255 mov EBP, ESP; in fiber_switchContext() local 266 mov [EAX], ESP; in fiber_switchContext() 268 mov ESP, dword ptr 12[EBP]; in fiber_switchContext() local 365 mov EBP, ESP; in fiber_switchContext() local 373 mov [EAX], ESP; in fiber_switchContext() 375 mov ESP, dword ptr 12[EBP]; in fiber_switchContext() local
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
| H A D | macdefs.h | 176 #define ESP 007 /* Stack pointer */ macro 304 #define STKREG ESP /* stack pointer */
|