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

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

Completed in 259 milliseconds