Searched defs:authKey (Results 1 - 2 of 2) sorted by relevance

/system/netd/server/
H A DNetdNativeService.cpp400 const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits,
412 authAlgo, authKey, authTruncBits,
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
H A DXfrmController.cpp360 const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits,
392 .name = authAlgo, .key = authKey, .truncLenBits = static_cast<uint16_t>(authTruncBits)};
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

Completed in 83 milliseconds