Home
last modified time | relevance | path

Searched refs:INTEGRITY_ALGORITHM_NONE (Results 1 – 12 of 12) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DSaProposalTest.java23 import static android.net.ipsec.test.ike.SaProposal.INTEGRITY_ALGORITHM_NONE;
79 mIntegrityNoneTransform = new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_NONE); in SaProposalTest()
137 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in buildTestChildProposal()
148 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testBuildChildSaProposalWithNormalCipher()
176 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testPersistableBundleEncodeDecodeIsLosslessChildProposal()
203 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testGetCopyWithoutDhGroup()
271 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testBuildAeadWithIntegrityAlgo()
307 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
406 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_NONE) in testIsNegotiatedFromProposalWithIntegrityNone()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java50 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_NONE;
171 algoList.remove(INTEGRITY_ALGORITHM_NONE); in getIntegrityAlgos()
220 integerAlgos.add(INTEGRITY_ALGORITHM_NONE); in buildIkeSaProposalWithCombinedModeCipher()
281 integerAlgos.add(INTEGRITY_ALGORITHM_NONE); in buildChildSaProposalWithCombinedModeCipher()
342 assertEquals(Arrays.asList(INTEGRITY_ALGORITHM_NONE), saProposal.getIntegrityAlgorithms()); in testBuildIkeSaProposalWithCombinedModeCipherAndIntegrityNone()
370 assertEquals(Arrays.asList(INTEGRITY_ALGORITHM_NONE), saProposal.getIntegrityAlgorithms()); in testBuildChildProposalWithCombinedModeCipherAndIntegrityNone()
416 integrityAlgos.put(INTEGRITY_ALGORITHM_NONE, new CryptoInfo(R, IPSEC_NAME_NA)); in getAllIntegrityAlgos()
517 if (algo != INTEGRITY_ALGORITHM_NONE) { in checkGetSupportedChildSaAlgos()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java167 INTEGRITY_ALGORITHM_NONE,
178 public static final int INTEGRITY_ALGORITHM_NONE = 0; field in SaProposal
197 SUPPORTED_INTEGRITY_ALGO_TO_STR.put(INTEGRITY_ALGORITHM_NONE, "AUTH_NONE"); in SUPPORTED_INTEGRITY_ALGO_TO_STR.put() argument
372 selected = new IntegrityTransform[] {new IntegrityTransform(INTEGRITY_ALGORITHM_NONE)}; in isIntegrityTransformSelectedFrom()
376 new IntegrityTransform[] {new IntegrityTransform(INTEGRITY_ALGORITHM_NONE)}; in isIntegrityTransformSelectedFrom()
DChildSaProposal.java199 algoIds.add(INTEGRITY_ALGORITHM_NONE); in getSupportedIntegrityAlgorithms()
353 if (transform.id != INTEGRITY_ALGORITHM_NONE && mHasAead) { in buildIntegAlgosOrThrow()
DIkeSaProposal.java310 if ((transform.id == INTEGRITY_ALGORITHM_NONE) != mHasAead) { in buildIntegAlgosOrThrow()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
DIkeMetrics.java142 INTEGRITY_ALGORITHM_NONE,
158 public static final int INTEGRITY_ALGORITHM_NONE = field in IkeMetrics
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java90 case SaProposal.INTEGRITY_ALGORITHM_NONE: in create()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrityTest.java249 assertNull(IkeMacIntegrity.getIpSecAlgorithmName(SaProposal.INTEGRITY_ALGORITHM_NONE)); in testGetIpSecAlgorithmName()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java911 ? IkeMetrics.INTEGRITY_ALGORITHM_NONE in validateAndBuildChild()
960 != SaProposal.INTEGRITY_ALGORITHM_NONE) { in setUpNegotiatedResult()
1649 ? IkeMetrics.INTEGRITY_ALGORITHM_NONE in processStateMessage()
1949 ? IkeMetrics.INTEGRITY_ALGORITHM_NONE in handleCreateChildRequest()
DIkeSessionStateMachine.java2607 ? IkeMetrics.INTEGRITY_ALGORITHM_NONE in handleRequestIkeMessage()
3387 ? IkeMetrics.INTEGRITY_ALGORITHM_NONE in handleResponseIkeMessage()
3425 IkeMetrics.INTEGRITY_ALGORITHM_NONE, in handleResponseIkeMessage()
5127 ? IkeMetrics.INTEGRITY_ALGORITHM_NONE in handleResponseIkeMessage()
/packages/modules/IPsec/api/
Dcurrent.txt326 field public static final int INTEGRITY_ALGORITHM_NONE = 0; // 0x0
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java1757 IkeMetrics.INTEGRITY_ALGORITHM_NONE, in testCreateIkeLocalIkeInitNegotiatesDhGroup()