Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DSaProposalTest.java26 import static android.net.ipsec.test.ike.SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC;
80 mPrfAes128XCbcTransform = new PrfTransform(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC); in SaProposalTest()
89 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in buildTestIkeProposal()
118 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeSaProposalWithCombinedModeCipher()
190 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
325 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeProposalWithoutDhGroup()
340 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeProposalWithNoneValueDhGroup()
397 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_XCBC) in testIsNegotiatedFromProposalWithIntegrityNone()
409 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_XCBC) in testIsNegotiatedFromProposalWithIntegrityNone()
DIkeSessionParamsTest.java153 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in setUp()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacPrf.java20 import static android.net.ipsec.ike.SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC;
76 case SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC: in create()
106 if (getAlgorithmId() == PSEUDORANDOM_FUNCTION_AES128_XCBC) { in signBytes()
167 if (getAlgorithmId() == SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC in generateSKeySeed()
/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DIkeSessionTestUtils.java25 import static android.net.ipsec.ike.SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC;
96 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_XCBC).build(); in getIkeSaProposals()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java130 PSEUDORANDOM_FUNCTION_AES128_XCBC,
141 public static final int PSEUDORANDOM_FUNCTION_AES128_XCBC = 4; field in SaProposal
157 SUPPORTED_PRF_TO_STR.put(PSEUDORANDOM_FUNCTION_AES128_XCBC, "PRF_AES128_XCBC"); in SUPPORTED_PRF_TO_STR.put() argument
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
DIkeMetrics.java203 PSEUDORANDOM_FUNCTION_AES128_XCBC,
222 public static final int PSEUDORANDOM_FUNCTION_AES128_XCBC = field in IkeMetrics
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java56 import static android.net.ipsec.ike.SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC;
445 prfs.put(PSEUDORANDOM_FUNCTION_AES128_XCBC, R); in getAllPrfs()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgSaProposal.java109 SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC)));
DEpdgTunnelManager.java239 SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC,
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacPrfTest.java181 IkeMacPrf.create(new PrfTransform(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC)); in setUp()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java229 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in setUp()
/packages/modules/IPsec/api/
Dcurrent.txt332 field public static final int PSEUDORANDOM_FUNCTION_AES128_XCBC = 4; // 0x4