Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DSaProposalTest.java76 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeSaProposalWithNormalModeCipher()
100 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeSaProposalWithCombinedModeCipher()
227 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_HMAC_SHA1) in testBuildIkeProposalNormalCipherWithoutIntegrityAlgo()
245 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_HMAC_SHA1) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
264 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeProposalWithoutDhGroup()
279 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeProposalWithNoneValueDhGroup()
336 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_XCBC) in testIsNegotiatedFromProposalWithIntegrityNone()
348 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_XCBC) in testIsNegotiatedFromProposalWithIntegrityNone()
349 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_SHA2_256) in testIsNegotiatedFromProposalWithIntegrityNone()
DIkeSessionParamsTest.java116 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in setUp()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSaProposal.java169 public Builder addPseudorandomFunction(@PseudorandomFunction int algorithm) { in addPseudorandomFunction() method in IkeSaProposal.Builder
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java209 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_HMAC_SHA1) in setUp()
220 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in setUp()
/packages/modules/IPsec/api/
Dsystem-current.txt129 method @NonNull public android.net.ipsec.ike.IkeSaProposal.Builder addPseudorandomFunction(int);
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java816 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_HMAC_SHA1) in buildSaProposalCommon()