Searched refs:addDhGroup (Results 1 – 15 of 15) sorted by relevance
90 .addDhGroup(SaProposal.DH_GROUP_1024_BIT_MODP) in buildTestIkeProposal()119 .addDhGroup(SaProposal.DH_GROUP_1024_BIT_MODP) in testBuildIkeSaProposalWithCombinedModeCipher()138 .addDhGroup(SaProposal.DH_GROUP_1024_BIT_MODP) in buildTestChildProposal()149 .addDhGroup(SaProposal.DH_GROUP_1024_BIT_MODP) in testBuildChildSaProposalWithNormalCipher()177 .addDhGroup(SaProposal.DH_GROUP_1024_BIT_MODP) in testPersistableBundleEncodeDecodeIsLosslessChildProposal()191 .addDhGroup(SaProposal.DH_GROUP_1024_BIT_MODP) in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()204 .addDhGroup(SaProposal.DH_GROUP_1024_BIT_MODP) in testGetCopyWithoutDhGroup()341 .addDhGroup(SaProposal.DH_GROUP_1024_BIT_MODP) in testBuildIkeProposalWithNoneValueDhGroup()342 .addDhGroup(SaProposal.DH_GROUP_NONE) in testBuildIkeProposalWithNoneValueDhGroup()396 .addDhGroup(DH_GROUP_2048_BIT_MODP) in testIsNegotiatedFromProposalWithIntegrityNone()[all …]
154 .addDhGroup(SaProposal.DH_GROUP_1024_BIT_MODP) in setUp()
108 builder.addDhGroup(dh); in fromPersistableBundle()279 public Builder addDhGroup(@DhGroup int dhGroup) { in addDhGroup() method in IkeSaProposal.Builder
131 builder.addDhGroup(dh); in fromPersistableBundle()343 public Builder addDhGroup(@DhGroup int dhGroup) { in addDhGroup() method in ChildSaProposal.Builder
66 saProposalBuilder.addDhGroup(dhGroup); in buildProposal()
87 saProposalBuilder.addDhGroup(dhGroup); in buildProposal()
1500 saProposalBuilder.addDhGroup(dhGroup); in buildIkeSaProposal()1577 saProposalBuilder.addDhGroup(dhGroup); in buildIkeSaAeadProposal()1647 saProposalBuilder.addDhGroup(dhGroup); in buildChildSaProposal()1726 saProposalBuilder.addDhGroup(dhGroup); in buildAeadChildSaProposal()
217 .addDhGroup(SaProposal.DH_GROUP_1024_BIT_MODP) in setUp()230 .addDhGroup(SaProposal.DH_GROUP_1024_BIT_MODP) in setUp()231 .addDhGroup(SaProposal.DH_GROUP_2048_BIT_MODP) in setUp()1019 .addDhGroup(DH_GROUP_2048_BIT_MODP)1032 .addDhGroup(DH_GROUP_3072_BIT_MODP)1045 .addDhGroup(DH_GROUP_3072_BIT_MODP)
255 builder.addDhGroup(DH_GROUP_1024_BIT_MODP); in buildIkeSaProposal()259 builder.addDhGroup(algo); in buildIkeSaProposal()300 builder.addDhGroup(algo); in buildChildSaProposal()
218 .addDhGroup(DH_GROUP_2048_BIT_MODP) in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
220 .addDhGroup(DH_GROUP_2048_BIT_MODP) in setupAndVerifyIkeSessionWithMobility()
95 .addDhGroup(DH_GROUP_4096_BIT_MODP) in getIkeSaProposals()
95 method @NonNull public android.net.ipsec.ike.ChildSaProposal.Builder addDhGroup(int);169 method @NonNull public android.net.ipsec.ike.IkeSaProposal.Builder addDhGroup(int);
2278 .addDhGroup(dhGroup) in buildSaProposalWithDhGroup()
1031 return buildSaProposalCommon().addDhGroup(SaProposal.DH_GROUP_2048_BIT_MODP).build(); in buildSaProposal()1044 .addDhGroup(SaProposal.DH_GROUP_1024_BIT_MODP); in buildSaProposalCommon()