Searched refs:KEY_LEN_UNUSED (Results 1 – 5 of 5) sorted by relevance
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/ |
D | SaProposalTest.java | 25 import static android.net.ipsec.test.ike.SaProposal.KEY_LEN_UNUSED; 67 new EncryptionTransform(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED); in SaProposalTest() 87 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in buildTestIkeProposal() 188 SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testPersistableBundleEncodeDecodeIsLosslessIkeProposal() 229 new IkeSaProposal.Builder().addEncryptionAlgorithm(-1, KEY_LEN_UNUSED); in testBuildEncryptAlgosWithUnrecognizedAlgorithm() 240 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildEncryptAlgosWithTwoModes() 255 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithoutPrf() 287 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalNormalCipherWithoutIntegrityAlgo() 305 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo() 323 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithoutDhGroup() [all …]
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/ |
D | IkeMetrics.java | 316 KEY_LEN_UNUSED, 328 public static final int KEY_LEN_UNUSED = field in IkeMetrics
|
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | SaProposalTest.java | 54 import static android.net.ipsec.ike.SaProposal.KEY_LEN_UNUSED; 127 ciphers.add(new Pair<>(cipherId, KEY_LEN_UNUSED)); in addCipherWithFixedKeyLenIfSupported()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | SaProposal.java | 118 public static final int KEY_LEN_UNUSED = 0; field in SaProposal
|
/packages/modules/IPsec/api/ |
D | current.txt | 330 field public static final int KEY_LEN_UNUSED = 0; // 0x0
|