Home
last modified time | relevance | path

Searched refs:requestedSpi (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
DIIpSecService.aidl36 in String destinationAddress, int requestedSpi, in IBinder binder); in allocateSecurityParameterIndex() argument
DIpSecManager.java305 @NonNull InetAddress destinationAddress, int requestedSpi) in allocateSecurityParameterIndex() argument
307 if (requestedSpi == IpSecManager.INVALID_SECURITY_PARAMETER_INDEX) { in allocateSecurityParameterIndex()
311 return new SecurityParameterIndex(mService, destinationAddress, requestedSpi); in allocateSecurityParameterIndex()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1109 String destinationAddress, int requestedSpi, IBinder binder) throws RemoteException { in allocateSecurityParameterIndex() argument
1112 if (requestedSpi > 0 && requestedSpi < 256) { in allocateSecurityParameterIndex()
1131 .ipSecAllocateSpi(callingUid, "", destinationAddress, requestedSpi); in allocateSecurityParameterIndex()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...