Home
last modified time | relevance | path

Searched defs:allocateSpi (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
H A DIkeSpiGenerator.java47 public IkeSecurityParameterIndex allocateSpi(InetAddress sourceAddress) throws IOException { in allocateSpi() method in IkeSpiGenerator
62 public IkeSecurityParameterIndex allocateSpi(InetAddress sourceAddress, long requestedSpi) in allocateSpi() method in IkeSpiGenerator
H A DIpSecSpiGenerator.java54 public SecurityParameterIndex allocateSpi(InetAddress sourceAddress) in allocateSpi() method in IpSecSpiGenerator
68 public SecurityParameterIndex allocateSpi(InetAddress sourceAddress, int requestedSpi) in allocateSpi() method in IpSecSpiGenerator
/aosp12/system/netd/server/
H A DXfrmController.cpp1195 netdutils::Status XfrmController::allocateSpi(const XfrmSaInfo& record, uint32_t minSpi, in allocateSpi() function in android::net::XfrmController