Searched refs:KEY_LEN_UNUSED (Results 1 – 4 of 4) 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; 61 new EncryptionTransform(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED); in SaProposalTest() 81 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in buildTestIkeProposal() 182 SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testPersistableBundleEncodeDecodeIsLosslessIkeProposal() 223 new IkeSaProposal.Builder().addEncryptionAlgorithm(-1, KEY_LEN_UNUSED); in testBuildEncryptAlgosWithUnrecognizedAlgorithm() 234 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildEncryptAlgosWithTwoModes() 249 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithoutPrf() 281 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalNormalCipherWithoutIntegrityAlgo() 299 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo() 317 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithoutDhGroup() [all …]
|
/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 | 298 field public static final int KEY_LEN_UNUSED = 0; // 0x0
|