Home
last modified time | relevance | path

Searched refs:IpSecConfig (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java39 IpSecConfig c = new IpSecConfig(); in testDefaults()
54 private IpSecConfig getSampleConfig() { in getSampleConfig()
55 IpSecConfig c = new IpSecConfig(); in getSampleConfig()
89 IpSecConfig original = getSampleConfig(); in testCopyConstructor()
90 IpSecConfig copy = new IpSecConfig(original); in testCopyConstructor()
98 assertParcelingIsLossless(new IpSecConfig()); in testParcelUnparcel()
100 IpSecConfig c = getSampleConfig(); in testParcelUnparcel()
DIpSecTransformTest.java36 IpSecConfig config = new IpSecConfig(); in testCreateTransformCopiesConfig()
52 IpSecConfig config = new IpSecConfig(); in testCreateTransformsWithSameConfigEqual()
DIpSecManagerTest.java203 IpSecConfig dummyConfig = new IpSecConfig(); in testApplyTransportModeTransformEnsuresSocketCreation()
/frameworks/base/core/java/android/net/
DIpSecConfig.java30 public final class IpSecConfig implements Parcelable { class
244 public IpSecConfig() {} in IpSecConfig() method in IpSecConfig
248 public IpSecConfig(IpSecConfig c) { in IpSecConfig() method in IpSecConfig
266 private IpSecConfig(Parcel in) { in IpSecConfig() method in IpSecConfig
326 public static final @android.annotation.NonNull Parcelable.Creator<IpSecConfig> CREATOR =
327 new Parcelable.Creator<IpSecConfig>() {
328 public IpSecConfig createFromParcel(Parcel in) {
329 return new IpSecConfig(in);
332 public IpSecConfig[] newArray(int size) {
333 return new IpSecConfig[size];
[all …]
DIpSecTransform.java92 public IpSecTransform(Context context, IpSecConfig config) { in IpSecTransform()
94 mConfig = new IpSecConfig(config); in IpSecTransform()
207 IpSecConfig getConfig() { in getConfig()
211 private final IpSecConfig mConfig;
349 private IpSecConfig mConfig;
512 mConfig = new IpSecConfig(); in Builder()
DIIpSecService.aidl21 import android.net.IpSecConfig;
64 in IpSecConfig c, in IBinder binder, in String callingPackage); in createTransform()
DIpSecConfig.aidl20 parcelable IpSecConfig;
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceParameterizedTest.java38 import android.net.IpSecConfig;
281 private void addDefaultSpisAndRemoteAddrToIpSecConfig(IpSecConfig config) throws Exception { in addDefaultSpisAndRemoteAddrToIpSecConfig()
287 private void addAuthAndCryptToIpSecConfig(IpSecConfig config) throws Exception { in addAuthAndCryptToIpSecConfig()
292 private void addEncapSocketToIpSecConfig(int resourceId, IpSecConfig config) throws Exception { in addEncapSocketToIpSecConfig()
299 IpSecConfig config, IpSecTransformResponse resp) throws Exception { in verifyTransformNetdCalledForCreatingSA()
304 IpSecConfig config, IpSecTransformResponse resp, int encapSocketPort) throws Exception { in verifyTransformNetdCalledForCreatingSA()
336 IpSecConfig ipSecConfig = new IpSecConfig(); in testCreateTransform()
349 IpSecConfig ipSecConfig = new IpSecConfig(); in testCreateTransformAead()
365 IpSecConfig ipSecConfig = new IpSecConfig(); in testCreateTransportModeTransformWithEncap()
391 IpSecConfig ipSecConfig = new IpSecConfig(); in testCreateTunnelModeTransformWithEncap()
[all …]
DIpSecServiceTest.java40 import android.net.IpSecConfig;
314 IpSecConfig config = new IpSecConfig(); in testValidateAlgorithmsAuth()
321 config = new IpSecConfig(); in testValidateAlgorithmsAuth()
333 IpSecConfig config = new IpSecConfig(); in testValidateAlgorithmsCrypt()
340 config = new IpSecConfig(); in testValidateAlgorithmsCrypt()
352 IpSecConfig config = new IpSecConfig(); in testValidateAlgorithmsAead()
359 config = new IpSecConfig(); in testValidateAlgorithmsAead()
371 IpSecConfig config = new IpSecConfig(); in testValidateAlgorithmsAuthCrypt()
379 IpSecConfig config = new IpSecConfig(); in testValidateAlgorithmsNoAlgorithms()
389 IpSecConfig config = new IpSecConfig(); in testValidateAlgorithmsAeadWithAuth()
[all …]
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java35 import android.net.IpSecConfig;
596 private final IpSecConfig mConfig;
601 int resourceId, IpSecConfig config, SpiRecord spi, EncapSocketRecord socket) { in TransformRecord()
610 public IpSecConfig getConfig() { in getConfig()
1445 void validateAlgorithms(IpSecConfig config) throws IllegalArgumentException { in validateAlgorithms()
1483 private void checkIpSecConfig(IpSecConfig config) { in checkIpSecConfig()
1588 IpSecConfig c, int resourceId, SpiRecord spiRecord, EncapSocketRecord socketRecord) in createOrUpdateTransform()
1642 IpSecConfig c, IBinder binder, String callingPackage) throws RemoteException { in createTransform()
1715 IpSecConfig c = info.getConfig(); in applyTransportModeTransform()
1769 IpSecConfig c = transformInfo.getConfig(); in applyTunnelModeTransform()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt43092 Landroid/net/IIpSecService$Stub$Proxy;->createTransform(Landroid/net/IpSecConfig;Landroid/os/IBinde…
43123 Landroid/net/IIpSecService;->createTransform(Landroid/net/IpSecConfig;Landroid/os/IBinder;Ljava/lan…
43600 Landroid/net/IpSecConfig;-><init>()V
43601 Landroid/net/IpSecConfig;-><init>(Landroid/net/IpSecConfig;)V
43602 Landroid/net/IpSecConfig;-><init>(Landroid/os/Parcel;)V
43603 Landroid/net/IpSecConfig;->CREATOR:Landroid/os/Parcelable$Creator;
43604 Landroid/net/IpSecConfig;->equals(Landroid/net/IpSecConfig;Landroid/net/IpSecConfig;)Z
43605 Landroid/net/IpSecConfig;->getAuthenticatedEncryption()Landroid/net/IpSecAlgorithm;
43606 Landroid/net/IpSecConfig;->getAuthentication()Landroid/net/IpSecAlgorithm;
43607 Landroid/net/IpSecConfig;->getDestinationAddress()Ljava/lang/String;
[all …]