Home
last modified time | relevance | path

Searched refs:addPseudorandomFunction (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DSaProposalTest.java83 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in buildTestIkeProposal()
112 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeSaProposalWithCombinedModeCipher()
184 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
282 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_HMAC_SHA1) in testBuildIkeProposalNormalCipherWithoutIntegrityAlgo()
300 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_HMAC_SHA1) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
319 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeProposalWithoutDhGroup()
334 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeProposalWithNoneValueDhGroup()
391 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_XCBC) in testIsNegotiatedFromProposalWithIntegrityNone()
403 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_XCBC) in testIsNegotiatedFromProposalWithIntegrityNone()
404 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_SHA2_256) in testIsNegotiatedFromProposalWithIntegrityNone()
H A DIkeSessionParamsTest.java141 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in setUp()
/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DSaProposalUtilsTest.java44 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in buildTestIkeSaProposal()
45 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_SHA2_256) in buildTestIkeSaProposal()
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpnIkev2Utils.java201 builder.addPseudorandomFunction(PSEUDORANDOM_FUNCTION_SHA2_512); in getIkeSaProposals()
202 builder.addPseudorandomFunction(PSEUDORANDOM_FUNCTION_SHA2_384); in getIkeSaProposals()
203 builder.addPseudorandomFunction(PSEUDORANDOM_FUNCTION_SHA2_256); in getIkeSaProposals()
204 builder.addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_XCBC); in getIkeSaProposals()
205 builder.addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_CMAC); in getIkeSaProposals()
206 builder.addPseudorandomFunction(PSEUDORANDOM_FUNCTION_HMAC_SHA1); in getIkeSaProposals()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DIkeSaProposal.java114 builder.addPseudorandomFunction(prf); in fromPersistableBundle()
291 public Builder addPseudorandomFunction(@PseudorandomFunction int algorithm) { in addPseudorandomFunction() method in IkeSaProposal.Builder
/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DIkeSaProposalUtils.java82 builder.addPseudorandomFunction(prf); in fromPersistableBundle()
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DIkeSessionPskTest.java198 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_CMAC) in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
H A DIkeSessionMobikeTest.java185 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_CMAC) in setupAndVerifyIkeSessionWithOptionMobike()
H A DSaProposalTest.java250 builder.addPseudorandomFunction(algo); in buildIkeSaProposal()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeSaPayloadTest.java209 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_HMAC_SHA1) in setUp()
220 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in setUp()
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt146 method @NonNull public android.net.ipsec.ike.IkeSaProposal.Builder addPseudorandomFunction(int);
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java1042 saProposalBuilder.addPseudorandomFunction(prfAlgo); in buildIkeSaProposal()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachineTest.java959 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_HMAC_SHA1) in buildSaProposalCommon()