Searched refs:INTEGRITY_ALGORITHM_NONE (Results 1 – 12 of 12) sorted by relevance
23 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()
50 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()
167 INTEGRITY_ALGORITHM_NONE,178 public static final int INTEGRITY_ALGORITHM_NONE = 0; field in SaProposal197 SUPPORTED_INTEGRITY_ALGO_TO_STR.put(INTEGRITY_ALGORITHM_NONE, "AUTH_NONE"); in SUPPORTED_INTEGRITY_ALGO_TO_STR.put() argument372 selected = new IntegrityTransform[] {new IntegrityTransform(INTEGRITY_ALGORITHM_NONE)}; in isIntegrityTransformSelectedFrom()376 new IntegrityTransform[] {new IntegrityTransform(INTEGRITY_ALGORITHM_NONE)}; in isIntegrityTransformSelectedFrom()
199 algoIds.add(INTEGRITY_ALGORITHM_NONE); in getSupportedIntegrityAlgorithms()353 if (transform.id != INTEGRITY_ALGORITHM_NONE && mHasAead) { in buildIntegAlgosOrThrow()
310 if ((transform.id == INTEGRITY_ALGORITHM_NONE) != mHasAead) { in buildIntegAlgosOrThrow()
142 INTEGRITY_ALGORITHM_NONE,158 public static final int INTEGRITY_ALGORITHM_NONE = field in IkeMetrics
90 case SaProposal.INTEGRITY_ALGORITHM_NONE: in create()
249 assertNull(IkeMacIntegrity.getIpSecAlgorithmName(SaProposal.INTEGRITY_ALGORITHM_NONE)); in testGetIpSecAlgorithmName()
911 ? 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()
2607 ? 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()
326 field public static final int INTEGRITY_ALGORITHM_NONE = 0; // 0x0
1757 IkeMetrics.INTEGRITY_ALGORITHM_NONE, in testCreateIkeLocalIkeInitNegotiatesDhGroup()