HomeSort by relevance Sort by last modified time
    Searched defs:Exchange (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeService.c 2 Provide IPsec Key Exchange (IKE) service general interfaces.
526 The general interface of starting IPsec Key Exchange.
549 IKE_EXCHANGE_INTERFACE *Exchange;
580 // Determine the IKE exchange instance by the auth protocol in pad entry.
586 Exchange = mIkeExchange[PadEntry->Data->AuthProtocol];
590 Status = Exchange->NegotiateSa (UdpService, SpdEntry, PadEntry, RemoteIp);
593 // Determine the IKE exchange instance by the IKE version in IKE SA session.
600 Exchange = mIkeExchange[IkeVersion - 1];
604 Status = Exchange->NegotiateChildSa (IkeSaSession, SpdEntry, NULL);
635 IKE_EXCHANGE_INTERFACE *Exchange;
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc 1379 bool exchange = IsInt<16>(static_cast<int32_t>(frame_size)); local
    [all...]
code_generator_x86.cc     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 149 milliseconds