Searched defs:transformId (Results 1 - 3 of 3) sorted by relevance

/system/netd/server/
H A DXfrmController.h95 int transformId; // requestId member in struct:android::net::XfrmEncapType::XfrmSaId
111 int ipSecAllocateSpi(int32_t transformId, int32_t direction, const std::string& localAddress,
115 int32_t transformId, int32_t mode, int32_t direction, const std::string& localAddress,
121 int ipSecDeleteSecurityAssociation(int32_t transformId, int32_t direction,
126 int32_t transformId, int32_t direction,
H A DNetdNativeService.cpp374 int32_t transformId,
384 transformId,
393 int32_t transformId,
409 transformId, mode, direction, localAddress, remoteAddress,
418 int32_t transformId,
427 transformId,
436 int32_t transformId,
446 transformId,
373 ipSecAllocateSpi( int32_t transformId, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t inSpi, int32_t* outSpi) argument
392 ipSecAddSecurityAssociation( int32_t transformId, int32_t mode, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int64_t underlyingNetworkHandle, int32_t spi, const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, int32_t encapType, int32_t encapLocalPort, int32_t encapRemotePort) argument
417 ipSecDeleteSecurityAssociation( int32_t transformId, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t spi) argument
434 ipSecApplyTransportModeTransform( const android::base::unique_fd& socket, int32_t transformId, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t spi) argument
H A DXfrmController.cpp319 int XfrmController::ipSecAllocateSpi(int32_t transformId, int32_t direction, argument
324 ALOGD("transformId=%d", transformId);
358 int32_t transformId, int32_t mode, int32_t direction, const std::string& localAddress,
366 ALOGD("transformId=%d", transformId);
388 saInfo.transformId = transformId;
450 int XfrmController::ipSecDeleteSecurityAssociation(int32_t transformId, int32_t direction, argument
454 ALOGD("transformId
357 ipSecAddSecurityAssociation( int32_t transformId, int32_t mode, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int64_t underlyingNetworkHandle, int32_t spi, const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, int32_t encapType, int32_t encapLocalPort, int32_t encapRemotePort) argument
524 ipSecApplyTransportModeTransform(const android::base::unique_fd& socket, int32_t transformId, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t spi) argument
[all...]

Completed in 47 milliseconds